You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following instructions will set up a local dev environment, to create a single-command development for react.
Install your favorite IDE (I use PHPStorm, that have a free student version, and we might be able to get a free open source licenses for us as well. Sublime or Atom are great IDE too.
Clone/ Download this git repo to your local machine.
Open the system terminal and enter to the Client folder in the project. Make sure you have a package.json file. Run "npm install". This will install all the node libraries needed for this project.