Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 397 Bytes

Simple React frontend skeleton

Bootstrap your development with minimalistic (e.g. more productive) setup

What's inside

  • Webpack (with dev server configured for hmr),
  • Babel (env, stage-0, jsx), Sass, Postcss (with imports)
  • React, Redux, Router, Logger
  • Qwest (lightweight ajax)

Install, build, run

  1. clone
  2. npm i
  3. npm run build - for prod
  4. npm run start - for dev