Skip to content

example of OzJS powered webapp project scaffolded by generator-ozjs+yo

Notifications You must be signed in to change notification settings

dexteryy/ozjs-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appname

// @TODO (Coming soon)

Quick Start

Prepare the environment

  1. node, npm
  2. grunt v0.4 - npm install grunt-cli -g
  3. bower v0.10.0+ - npm install bower -g
  4. ruby, gem, bundler

Install dependencies

  1. npm install
  2. bundle install
  3. bower install
  4. grunt update

The first build

  1. cp config.js.tmpl config.js
  2. grunt publish

Development

  1. grunt watch
  2. Edit source files in js, css, tpl and docs

Before committing

  • grunt - small commits
  • grunt publish - version change (rebuild the distribution files)

Testing

  1. grunt connect
  2. See http://localhost:9100/

About

example of OzJS powered webapp project scaffolded by generator-ozjs+yo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published