Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 783 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 783 Bytes

Simple static front Starter for React-router-redux

Very simple starter for react-router-redux without server.

Only generate html/js/css to a dist folder. Your application can be hosted in simple static file hosting !

Inspired by https://github.com/reactjs/react-router-redux/tree/master/examples/basic

Installation

npm install

Run in dev mode

Server mode

create a node server and update automatically your browser when you modify your files

npm run dev

Static mode

Watch your code and generate js/html/css in the dist folder

npm run dev-simple

Build

Generate minified js/html/css in the dist folder

npm run build

Clean

Remove dist folder

npm run clean

Contributors

snigle matthieusb

License

MIT License