Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

infernojs/inferno-static-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published