Pet project for trying and training some technologies https://haml2erb.org
- nodejs >= 6.9
- yarn: https://yarnpkg.com
- ruby >= 2.3
- Install nodejs dependencies:
yarn install
- Install ruby dependencies:
bundle install
webpack --watch
bundle exec rackup
For ruby code autoreload you can use tools like http://entrproject.org
- autoreload without external tools
- webpack & rackup in one command