Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 253 Bytes

README.rdoc

File metadata and controls

16 lines (11 loc) · 253 Bytes

Angular2 Rails Example

Angular2 + Rails + Webpack CRUD examples.

Install

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

How to run

npm start
bundle exec rails server