git clone https://github.com/star2star/react-starter-kit.git <project directory>
git remote rm origin
npm install
Open in atom and start editing files. Start with src/app.js
atom .
Run it and open browser to http://localhost:8080
npm start
git clone https://github.com/star2star/react-starter-kit.git <project directory>
git remote rm origin
npm install
Open in atom and start editing files. Start with src/app.js
atom .
Run it and open browser to http://localhost:8080
npm start