Skip to content

Webpack boilerplate for React-redux-router less and ES6

Notifications You must be signed in to change notification settings

snigle/webpack-react-less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Webpack boilerplate for React-redux-router less and ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published