infernojs / inferno-static-website

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 
# or npm run watch

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

License:MIT License


Languages

Language:CSS 43.1%Language:HTML 34.6%Language:JavaScript 22.4%