A simple workshop to learn a bit more about JS and Github
In order to make everything up and running for the workshop or even for self learning you'll need to follow some instructions.
First step is to clone the repo:
git clone [email protected]:raffaeldantass/hacktober-workshop.git && cd hacktober-workshop
After that, you'll need to install the NPM packages that are relevant to this project. Like that:
npm install
Important: You'll need to have Node installed in your Operational System. You can download and install here: https://nodejs.org/en/download/
And after that, you can run the project with the following command:
npm run start
And now you're good to go. Eveything will be up and running.