-
Notifications
You must be signed in to change notification settings - Fork 24
Dev Environment SetUp
Itamar Jobani edited this page Sep 2, 2017
·
2 revisions
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.
-
Please install node.js from: https://nodejs.org/en/
-
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.