A lean Web App starter kit with Fly
Fork from: https://github.com/lukeed/fly-kit-web
Boilerplate & commands will evolve as my own development process does.
---git clone https://github.com/anotherplanet-io/fly-kit-web
npm install
npm start
Pro Tip: Use Yarn to install NPM dependencies 3x faster than NPM!
$ npm run build
Compiles all files. Output is sent to the dist
directory.
$ npm run release
Builds the app for production, includes cache-busting asset names. Output is sent to the release
directory.
$ npm start
Executes build
and runs your application (from the dist
directory) in the browser.
$ npm run test
Lints all JavaScript files.
$ npm run watch
Like start
, but will auto-compile & auto-reload the server after any file changes within the src
directory.
MIT © Luke Edwards