Skip to content

A client-only boilerplate using React + Redux + Router5 with hot-reloading.

License

Notifications You must be signed in to change notification settings

nanopx/react-redux-router5

Repository files navigation

react-redux-router5

A client-only boilerplate using React + Redux + Router5.

Dependency Status devDependency Status

Features

Personally, I think Router5 is better for managing the props than React Router. No React.cloneElement with this.props.children, no confusion with React's props, etc.

Getting started

First steps...

$ git clone https://github.com/nanopx/react-redux-router5.git MyApp
$ cd MyApp
$ npm install

Start development server

$ npm start

Start production server

$ NODE_ENV=production npm run build
$ NODE_ENV=production npm start

Linting

$ npm run lint

$ npm start in development mode, will also lint your codes every time it builds.

Testing

$ npm test

License

MIT

About

A client-only boilerplate using React + Redux + Router5 with hot-reloading.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published