GitXplorerGitXplorer
g

todo-mvc

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6d4ad5ea1a266c44060244aa19f7b53ba423a0c6

package.json simplify

gguybedford committed 12 years ago
Unverified
0bca496a9e140b556424e2e06d26758edbc5cdd2

added gitignore

gguybedford committed 12 years ago
Unverified
36645290376bdf29c9a0f209043fda5ce2f79088

first commit

gguybedford committed 12 years ago

README

The README file for this repository.

ZestJS Single Page App Template

Install

Use Volo (npm install volo -g in the comamnd line with nodejs).

 volo create folder_name zestjs/template-singlepage 

Alternatively, download the full project including the dependencies here.

Load www/index.html in the browser to run.

Build

First, install the r.js optimizer:

  npm install requirejs -g

Then to build everything into one file, run the build script from the base project folder:

  r.js -o build.js

Then load the app from www-built/index.html.

The entire app is loaded from one script resource, including -

  • Templates are compiled
  • CSS and LESS is inlined into script
  • CoffeeScript is compiled if using require-cs