Skip to content

hswolff/quick-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-react

it's a cli of sorts for react.

install

npm install -g quick-react

getting started

quick-react new my-new-app
cd my-new-app
npm install
quick-react run client.js

todo list

  • basic cli to start, build, and scaffold a new app
  • support for babel
  • support for css-modules
  • support for eslint
  • support for stylelint
  • server-side rendering support
  • allow custom babel config
  • allow custom css behaviors
  • allow custom webpack config
  • add more CLI options...for what?