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
- Host: GitHub
- URL: https://github.com/simonv3/hoodie-gulp-backbone-react-boilerplate
- Owner: simonv3
- Created: 2015-08-13T00:26:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T03:10:38.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T16:55:43.664Z (over 1 year ago)
- Language: HTML
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```