A Blank Template for Open Web Apps
This is a minimal template that has a little HTML, CSS, and JavaScript to help you start writing an Open Web App.
This is part of the mortar template collection for building Open Web Apps.
Usage
git clone git://github.com/mozilla/mortar-app-stub.git myapp
Readme template
To help others get a good overview of your app, you can use the example below as a template for your actual README.md.
My Sample App
What it is
Enter a short description about what your app does.
How to install
For example:
git clone git://github.com/your-username/your-app.git myapp
Open myapp/index.html
into your browser.
The above example assumes you are using Github for your app's repository. If you are not, provide alternative instructions here.
Running Tests
If you have tests for your app, provide instructions here.
Help and support
Provide contact information or links to where users can submit issues and/or feature requests here.
License
Enter your license information here or provide a link.