Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 249 Bytes

File metadata and controls

12 lines (7 loc) · 249 Bytes

Pokedex: An Introduction to the React Router

This is a demonstration of the React router that I created for a class project. It is a React frontend running on RoR and postgresql

Setup:

bundle install

bundle exec rake db:setup

rails s