A mockup starter that is set with basic Rails, Bootstrap and Flat UI.
Anyone can fork and use this as a starting point.
More info on forking here: https://help.github.com/articles/fork-a-repo
Go to the repository and run the following commands:
bundle install
rake db:migrate
In Terminal (if everything has worked right), start your webserver:
rails server
Then go to http://localhost:3000/ in any web browser.
- Twitter Bootstrap - Fast demo CSS and JS interfaces - http://getbootstrap.com/2.3.2/
- Flat UI - Bootstrap theme - http://designmodo.github.io/Flat-UI/
- Rails Gems
- Active Admin - Admin interface - https://github.com/gregbell/active_admin
- Devise - User authentication and management - https://github.com/plataformatec/devise
- Simple Form - Easier Rails forms - https://github.com/plataformatec/simple_form
- Postgres SQL, Unicorn and NewRelic - Basic Heroku setup - https://devcenter.heroku.com/articles/rails3