hello-learning/README.md
2019-10-10 10:15:45 -05:00

517 B

Hello Ruby on Rails

Likely need to start with bundle to install gems for any project you wish to run.

Blog

Following this tutorial from rubyonrails.org.

Preview

cd blog
bin/rails server

Launches a web server.

Bookstore

Following this tutorial from bmoreonrails

Preview

cd bookstore
bin/rails server