Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boennemann/hoodie-template
:dog: An offline-first enabled @hoodiehq template w/ an elaborate grunt process.
https://github.com/boennemann/hoodie-template
Last synced: about 1 month ago
JSON representation
:dog: An offline-first enabled @hoodiehq template w/ an elaborate grunt process.
- Host: GitHub
- URL: https://github.com/boennemann/hoodie-template
- Owner: boennemann
- Created: 2014-05-11T19:10:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T21:20:42.000Z (about 8 years ago)
- Last Synced: 2024-10-13T18:29:15.786Z (2 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoodie Template
An offline-first enabled **[@hoodiehq](https://github.com/hoodiehq)** template w/ an elaborate grunt process.
## Usage
Create new Hoodie app
```bash
hoodie new mysplendidhoodieapp -t "boennemann/hoodie-template"
cd mysplendidhoodieapp
```Install dependencies
```bash
npm install
bower install
```Start development server with LiveReload…
```bash
grunt serve
```Or build the whole app and start hoodie manually
```bash
grunt build
hoodie start
```## Attribution
The demo application is borrowed from [hoodiehq/my-first-hoodie](https://github.com/hoodiehq/my-first-hoodie).
Have a look at their [Readme](https://github.com/hoodiehq/my-first-hoodie/blob/master/README.md) and [Deployment](https://github.com/hoodiehq/my-first-hoodie/blob/master/deployment.md) instructions.## Author
| [![twitter/boennemann](http://gravatar.com/avatar/29e45e7e0bf9561770aae5818f139c80?s=70)](https://twitter.com/boennemann "Follow @boennemann on Twitter") |
|---|
| [Stephan Bönnemann](http://boennemann.me/) |