Skip to content

stheobald/react-webpack-multientry-RHL3

Repository files navigation

webpack-react-redux-react-router

A complete boilerplate for making apps with react, redux, react-router with the help of webpack.

Contains:

  • a working example of a filterable table which you can play around with (look above).
  • ES6 - 7 Support with Babel
  • Redux dev tools to help you keep track of the app's state
  • hot module replacement support so you can change modules (defined in webpack config) without having to reload the browser
  • a webpack production config so you can build the app and make it ready for production
  • Sass support, just import your styles wherever you need them
  • eslint to keep your js readable
  • tests (coming soon, I swears)
  • much more...

Run the app

  1. npm install
  2. npm start

Once running, if you want to hide the redux dev monitor: CTRL+H

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published