c317101332 | ||
---|---|---|
node_modules | ||
tools | ||
www | ||
.gitignore | ||
README.md | ||
package.json | ||
volofile |
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/.