Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stgeneral/rails-templates


https://github.com/stgeneral/rails-templates

Last synced: about 1 month ago
JSON representation

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