Skip to content

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.

  1. 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.

  2. Please install node.js from: https://nodejs.org/en/

  3. Clone/ Download this git repo to your local machine.

  4. 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.

Clone this wiki locally