Skip to content

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

License

Notifications You must be signed in to change notification settings

anotherplanet-io/fly-kit-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fly-kit-web

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.

---

Install

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!

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 76.2%
  • CSS 14.3%
  • JavaScript 9.5%