1.0.0 • Published 9 years ago

react-es6-starter v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

WebPack_React_ES6_Starter Kit

Stack of technologies

Running Locally

Make sure you have Node.js installed.

$ git clone git@github.com:yaroslav0507/WebPack_React_ES6_Starter.git # or clone your own fork
$ npm install
$ npm start
$ npm test or configure test runner in IDE

Your app should now be running on localhost:4000.

Developing mode

Open a separate terminal or shell

$ npm start 

Now app will start in google chrome on the localhost:7000. All changes in the code will be immediately reflected in your browser by WebPach HRM - Hot Module Replacement