3.3.0 • Published 7 years ago

create-app-app v3.3.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

App App!

Usage

yarn create app-app APP_NAME [<flags>]

To generate your new project:

yarn create app-app cool-project-name
cd cool-project-name

atom .
yarn start

For the alpha stack, you might want to install tidy-html5, and the Tidy Linter for Atom:

brew install tidy-html5

ALPHA

  • BrowserSync via yarn start
  • Deployment via yarn deploy to Surge.sh
  • Linting in Atom with stylelint and htmlhint

BETA

  • Everything in the alpha stack
  • JavaScript (ES2015)
  • Linting in Atom with eslint using JS Standard

GAMMA

  • Everything in the beta stack
  • webpack based build (yarn build) with babel (still using BrowerSync)

DELTA

  • Everything in the gamma stack
  • React
  • Configure webpack and hot module reloading

TODO

  • Alpha stack
  • Beta stack
  • Gamma stack
  • Delta stack
  • Vendor entry point and chunking
  • CLI lint and warnings before deploy

License

MIT © Jason L Perry