GitXplorerGitXplorer
g

todo-mvc

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

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