React boilerplate with Babel, SASS, webpack-dev-server and react-router on board
Ready to use Ant design UI components.
You only need node.js pre-installed and you’re good to go.
Clone current directory
$ git clone https://github.com/CryoliteZ/react-boilerplate.git
Install dependencies
$ npm install
Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/
$ npm run dev
It supports hot reloading when you make a change.
Build the current application
$ npm run build