3.3.0 • Published 8 years ago
create-app-app v3.3.0
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 startFor the alpha stack, you might want to install tidy-html5, and the Tidy Linter for Atom:
brew install tidy-html5ALPHA
- BrowserSync via
yarn start - Deployment via
yarn deployto Surge.sh - Linting in Atom with
stylelintandhtmlhint
BETA
- Everything in the
alphastack - JavaScript (ES2015)
- Linting in Atom with
eslintusing JS Standard
GAMMA
- Everything in the
betastack - webpack based build (
yarn build) with babel (still using BrowerSync)
DELTA
- Everything in the
gammastack - 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