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

https://github.com/simonv3/hoodie-gulp-backbone-react-boilerplate

a hoodie boilerplate
https://github.com/simonv3/hoodie-gulp-backbone-react-boilerplate

Last synced: 5 months ago
JSON representation

a hoodie boilerplate

Awesome Lists containing this project

README

          

# Reading List

Keep track of what you're reading on your own machine.

Currently doesn't do much beyond querying a database for books.

## Dev

### ToDo

* [ ] Clean up the log in interface to use backbone / react.

### Getting Started

Get started with [hoodie](http://docs.hood.ie/en/start/).

```
git clone git@github.com:simonv3/hoodie-gulp-backbone-react-boilerplate.git
```

You need to have the hoodie server running:

```
npm start
```

And if you want to start developing:

```
gulp watch
```