lukeed / fly-kit-web

A front-end starter kit that helps you build fast, modern mobile web apps, via Fly.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fly-kit-web

A lean Web App starter kit with Fly


Boilerplate & commands will evolve as my own development process does.

---

Install

git clone https://github.com/lukeed/fly-kit-web
npm install
npm start

Pro Tip: Use Yarn to install NPM dependencies 3x faster than NPM!

Commands

build

$ npm run build

Compiles all files. Output is sent to the dist directory.

release

$ npm run release

Builds the app for production, includes cache-busting asset names. Output is sent to the release directory.

start

$ npm start

Executes build and runs your application (from the dist directory) in the browser.

test

$ npm run test

Lints all JavaScript files.

watch

$ npm run watch

Like start, but will auto-compile & auto-reload the server after any file changes within the src directory.

License

MIT © Luke Edwards

About

A front-end starter kit that helps you build fast, modern mobile web apps, via Fly.js.

License:MIT License


Languages

Language:HTML 76.2%Language:CSS 14.3%Language:JavaScript 9.5%