Skip to content

React 16.0 boilerplate with react-router, redux & webpack 4.

Notifications You must be signed in to change notification settings

TinaTianMi/react-boilerplate

 
 

Repository files navigation

React Boilerplate

Getting Started

Development

yarn install
yarn dev

Navigate to http://localhost:8080

Build

yarn build

Compiled assets files will be in build folder

Test

yarn test

CHANGLOG

2018.09.02

  1. Upgrade to Babel 7 & related packages.
  2. Jest is not compatible at the moment.
  3. Add class property demo in User page.

2018.07.13

  1. Replace react-router-redux with connected-react-router.

2018.07.03

  1. Upgrade to ESLint 5.
  2. Required Node.js version is either 8.10.0 above or 9.10.0 above.

2018.04.10

  1. Upgrade to Webpack 4.
  2. Clean up Babel & ESLint settings.

For the server-side-rendering version, please visit react-boilerplate-ssr

About

React 16.0 boilerplate with react-router, redux & webpack 4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • CSS 11.3%
  • HTML 3.4%