Skip to content

A boilerplate project with webpack production config and extensive capabilities like css-modules, redux-dev tools in development and a server for testing production builds

License

Notifications You must be signed in to change notification settings

abotteram/react-redux-production-starter

Repository files navigation

react-redux-production-starter

A boilerplate project with extensive capabilities while also inclusing a production build, so you can start building your react application easily.

Getting started

  1. Clone this github repository.
  2. Run npm i or npm install.
  3. Run npm run dev and open the browser on http://localhost:8080

Build your project for production with npm run build. The output will be put in dist.

Production build

  1. Run npm build
  2. To see your production build in action run npm start and open the browser on http://localhost:8080

Implemented libraries

The following libraries are included and implemented so you can start coding immediatly

  • React
  • Redux (& react-redux)
  • React router v4 including react-router-redux beta, allowing to navigate you application from your action creators
  • Redux-thunk

Development features:

The following development tools and features are used

  • React hot reloading (with webpack-dev-server)
  • Redux DevTools (Open them by pressing ctrl+H)
  • Scss modules
  • Various other loaders (.jpg, .png, .woff|woff2, .ttf, .eot, .svg)

About

A boilerplate project with webpack production config and extensive capabilities like css-modules, redux-dev tools in development and a server for testing production builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published