Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 16 hours ago
JSON representation

:dog: An offline-first enabled @hoodiehq template w/ an elaborate grunt process.

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/) |