Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/backbone_study
Simple note application by Backbone.js
https://github.com/sota1235/backbone_study
Last synced: about 12 hours ago
JSON representation
Simple note application by Backbone.js
- Host: GitHub
- URL: https://github.com/sota1235/backbone_study
- Owner: sota1235
- License: mit
- Created: 2015-08-26T03:35:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T08:18:21.000Z (about 9 years ago)
- Last Synced: 2023-08-05T20:11:45.310Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Backbone.js study
====This is the repository to practice [Backbone.js](http://backbonejs.org/).
### Description
This is simple memo application.
### Demo
![Backbone.js study DEMO](https://i.gyazo.com/12854c9c1c0158fc8b5449486cc4f989.gif)
### Requirement
- [Backbone.js](http://backbonejs.org/)
- [bower](http://bower.io/)
- [Sinatra](http://www.sinatrarb.com/)### Usage
Application can add notes on local storage.
You can edit, add, remove and serch it.
All process is done without HTTP traffic!
### Install
- Install gem package to your local folder
You need [bundler](https://github.com/bundler/bundler).
```
$ bundle install --path vendor/bundle
```- Front liblaries
You need [bower](https://github.com/bower/bower) npm package.
```
$ npm i -g bower$ bower install
```- Built in server
```
$ bundle exec rackup -o 0.0.0.0
```Then, you can access `http://localhost:9292`.
### Thanks
[JavaScriptエンジニア養成読本](http://www.amazon.co.jp/JavaScript%E3%82%A8%E3%83%B3%E3%82%B8%E3%83%8B%E3%82%A2%E9%A4%8A%E6%88%90%E8%AA%AD%E6%9C%AC%EF%BC%BBWeb%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%AE%E5%AE%9A%E7%95%AA%E6%A7%8B%E6%88%90Backbone-js%EF%BC%8BCoffeeScript%EF%BC%8BGrunt%E3%82%921%E5%86%8A%E3%81%A7%E7%BF%92%E5%BE%97%EF%BC%81%EF%BC%BD-%E5%90%BE%E9%83%B7%E5%8D%94-ebook/dp/B00QT9WFH2/ref=sr_1_2?ie=UTF8&qid=1440694653&sr=8-2&keywords=javascript+%E9%A4%8A%E6%88%90%E8%AA%AD%E6%9C%AC)
### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)