create-app-app
v3.3.0
Published
App App!
Downloads
93
Readme
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
- [x] Alpha stack
- [x] Beta stack
- [x] Gamma stack
- [x] Delta stack
- [x] Vendor entry point and chunking
- [ ] CLI lint and warnings before deploy
License
MIT © Jason L Perry
