This is a rails landing page application built using Devise and Bootstrap with responsive layout.
rails-landing-page.herokuapp.com/
-
At the command prompt, clone this application:
git clone https://github.com/theniravshah/rails-landing-page.git
-
Change directory to
myapp
:cd rails-landing-page
-
Install the necessary gems:
bundle install
-
Rename the app:
rails g rename:app_to New-Name
-
Run the database migration:
rake db:migrate
-
Start the rails server:
rails s
Your app will be running at: localhost:3000
MIT License. Copyright 2013 Nirav Shah