Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 334 Bytes

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