Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stgeneral/rails-templates
https://github.com/stgeneral/rails-templates
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stgeneral/rails-templates
- Owner: stgeneral
- Created: 2012-10-17T11:22:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-05T14:54:13.000Z (about 12 years ago)
- Last Synced: 2024-12-03T04:25:34.455Z (about 2 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rails Templates
===============Frontend Project
---------
* Create a project
rails new myapp --skip-active-record --skip-test-unit -m https://raw.github.com/stgeneral/rails-templates/master/frontend.rb
* Start development server
rails s
* Build web app. It is better to stop development server before
rake front:build