/react-boilerplate

React boilerplate with Babel, SASS, webpack-dev-server and react-router on board

Primary LanguageJavaScriptOtherNOASSERTION

React Boilerplate

React boilerplate with Babel, SASS, webpack-dev-server and react-router on board

Ready to use Ant design UI components.

Screenshot

Requirements

You only need node.js pre-installed and you’re good to go.

Setup

Clone current directory

$ git clone https://github.com/CryoliteZ/react-boilerplate.git

Install dependencies

$ npm install

Development

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.

Deployment

Build the current application

$ npm run build

License

MIT License