Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Legacy Hyperloop Rails Template

This template will create a new Rails app with Webpacker and RubyHyperloop >= 0.99.x < 1.0.0

Usage

Simply run the command below to create a new Rails app with Hyperloop all configured:

rails new MyApp -m https://rawgit.com/hyperstack-org/hyperstack/hyperloop-legacy/install/rails-webpacker.rb
...or
rails new MyApp -m rails-webpacker.rb

Start the Rails app

  • foreman start to start Rails and OpalHotReloader
  • Navigate to http://localhost:5000/

Pre-Requisites