Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 232 Bytes

README.rdoc

File metadata and controls

15 lines (10 loc) · 232 Bytes

Angular2 Rails Example

Angular2 + Rails + Webpack CRUD examples.

Install

bundle install
bundle exec rake db:create db:migrate db:seed
npm install
tsd install

How to run

npm start
bundle exec rails server