This template will create a new Rails app with Webpacker from Hyperstack edge branch
Simply run the command below to create a new Rails app with Hyperstack all configured:
rails new MyApp -m https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb
...or
rails new MyApp -m rails-webpacker.rb
foreman startto start Rails and OpalHotReloader- Navigate to
http://localhost:5000/
- Yarn must be installed (https://yarnpkg.com/en/docs/install#mac-stable)