A blank template for Open Web Apps
Перейти к файлу
James Long c317101332 update README 2012-11-21 15:27:43 -05:00
node_modules initial 2012-10-15 17:43:01 -04:00
tools -fix volo build 2012-10-31 18:17:53 -04:00
www fix for github pages 2012-10-31 18:29:43 -04:00
.gitignore initial 2012-10-15 17:43:01 -04:00
README.md update README 2012-11-21 15:27:43 -05:00
package.json make this an AMD project, fix install button 2012-10-15 18:30:29 -04:00
volofile initial 2012-10-15 17:43:01 -04:00

README.md

A Blank Template for Open Web Apps

The is a minimal template that has a little HTML, CSS, and js to help you start writing an Open Web App.

This is part of the mortar template collection for building Open Web Apps.

Usage

There are a few ways to get this template:

  • git clone git://github.com/mozilla/mortar-app-stub.git myapp
  • volo create myapp mozilla/mortar-app-stub

If you have node installed, you can run a development server with volo:

  • cd myapp
  • volo serve

View the app at http://localhost:8008/.