Skip to content

Boilerplate for react applications. Configured webpack with HMR, styled-components, flow, webpack-dll-plugin

Notifications You must be signed in to change notification settings

Sozonov/react-boilerplate

Repository files navigation

Starter kit for react applications.

How to use

npm start - run dev server (if it is first run - run npm run build-dll before)

npm build-dll && npm build - make production build

We have:

  • React 16
  • Hot module replacement
  • Flow
  • Vendor libs extracted to separate js (webpack-dll-plugin)
  • svg
  • styled-components

About

Boilerplate for react applications. Configured webpack with HMR, styled-components, flow, webpack-dll-plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published