Skip to content

Template for html app with nodemon, livereload and make

Notifications You must be signed in to change notification settings

VincenzoRana/app-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-template

Template for html app with nodemon, livereload, browserify, coffee

Usage:

git checkout -b master
mkdir dist
npm install
make livereload &
make watch &
make open

Edit index.jade and app.coffee, and you're good to go!

If you want to change something in the template:

git checkout template

[your modifications]

[git add + commit]

git checkout master
git rebase template

About

Template for html app with nodemon, livereload and make

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 88.5%
  • HTML 11.5%