The goal of this project is to mimic popular bookmarks managers as Google Bookmarks or Delicious.
This app as an experimentation playground designed to practice Ember.js framework and see how it integrates with other web components.
As Ember.js Generator is used for the workflow, make sure Yeoman is installed (which means you also have installed Node.js, Git, Ruby and Compass).
- Clone the repo:
git clone git://github.com/florentb/ember-bookmarks
- Install NPM modules:
npm install
- Install Bower components:
bower install
- Launch the App:
grunt server
- Yeoman generator for the scaffolding
- Ember Data and Ryan Florence localStorage adapter for loading data from a persistence layer
- Bootstrap integration with the help of Ember Bootstrap
Copyright 2013 Florent Bourgeois under MIT License.