RESTful snippet list management feature in AngularJS and Ruby on Rails
Before you can proceed, you need to install these components first:
After you have succesfully installed all four of them, you can proceed by cloning the repository:
git clone https://github.com/lolski/angular-simple.git
Install all the necessary dependencies:
bundle install
rake db:migrate
npm install
Finally, run the servers by:
cd ./server
rails server
cd ./frontend
grunt server