npm i -g app-app
app-app APP_NAME [<flags>]
To generate your new project:
app-app cool-project-name
cd cool-project-name
code .
npm start
For deployment, install either surge
, gh-pages
, or netlify-cli
to your global packages. Example: npm -g install netlify-cli
- BrowserSync
- Deployment via Surge, GitHub Pages, or Netlify
- Everything in the
alpha
stack - JavaScript (ES2015)
- React with Classes
- React with hooks
- React with Classes and react-router
- React with hooks and react-router
MIT © Jason L Perry