Skip to content

lukeed/fly-kit-riot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fly-kit-riot

Riot.js starter kit with Fly


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

---

Install

git clone https://github.com/lukeed/fly-kit-riot
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