Socket
Book a DemoInstallSign in
Socket

fly-kit-web

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-kit-web

Starter Kit for scaffolding a Web App with Fly

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

Fly Web Starter Kit Build Status

Starter Kit for scaffolding a Web App with Fly as the task runner.

Install

Yeoman

If you are looking for speed, convenience, and automation, there is a Yeoman generator generator to help you get started with Fly.

Manually

$ git clone --depth=1 https://github.com/lukeed/fly-kit-web.git
$ cd fly-kit-web
$ rm -rf .git && git init
$ npm install

You now have a fresh copy of this repo.

Usage

Default -- build development files & recompile on file changes

npm run fly

Watch -- build development files & start a server. Recompiles & refreshes server on file changes

npm run watch

Build -- build production-ready assets

npm run build

Serve -- build production-ready assets & start a server

npm run serve

Test -- Run tests (todo)

# todo

Features

  • Asset Versioning
  • BrowserSync
  • Browserify (Common JS)
  • CSS Autoprefixer
  • ES5, ES6, and ES7 support via Babel
  • ESLint
  • HTML Minification
  • Offline Caching (Service Worker)
  • SASS pre-processor
  • Uglify JS

License

MIT © Luke Edwards

Keywords

minification

FAQs

Package last updated on 17 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts