https://github.com/vixalien/louis
an outstanding measure to create a minimalist normalize ui experience.
https://github.com/vixalien/louis
boilerplate html minimal open-source pwa ui
Last synced: 2 months ago
JSON representation
an outstanding measure to create a minimalist normalize ui experience.
- Host: GitHub
- URL: https://github.com/vixalien/louis
- Owner: vixalien
- License: mit
- Created: 2020-04-21T00:08:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T02:57:49.000Z (about 6 years ago)
- Last Synced: 2025-02-05T01:29:45.772Z (over 1 year ago)
- Topics: boilerplate, html, minimal, open-source, pwa, ui
- Language: JavaScript
- Homepage: https://vixalien.github.io/louis
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://developer.mozilla.org/en-US/Apps).
This is part of the [mortar](https://github.com/mozilla/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:
```bash
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.*