Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.21 KB

Ember Bookmarks

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.

Quick start

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

Ember tools

Copyright and license

Copyright 2013 Florent Bourgeois under MIT License.