Skip to content

seniorjoinu/react-frontend-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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