Guide to clone the repo for local development

Step 0: Make sure you have react.js installed on your computer

If not, follow the the section on node.js & react from here: https://github.com/SIDANWhatever/Crypstal-Lab/blob/master/Full-Stack/1.%20Setup.md

Step 1: Clone the repo

Going to the folder you want to store the repo in the terminal and run:

git clone https://github.com/SIDANWhatever/Full-Stack-Client.git

Step 2: Build the packages needed

Go the the cloned folder and run

npm install

Step 3: Happy hacking!

Run the start script as usual

npm run start