/template

template I use to start webapps when I'm too impatient to understand yeoman

Primary LanguageJavaScript

template app

# start in production mode
npm start

# start in dev mode (and watch for changes)
grunt start-dev

# just build
grunt build