git clone git@github.com:andrewmcodes/access_lint_demo.git
cd access_lint_demo
- Ruby 2.7
- Node 13.7.0
- Rails 6.0.2.1
- Webpacker 4.2.2
- SQLite
bundle && yarn
bin/rails db:setup
rails s
If you want to run the webpack-dev-server
, run this in another tab:
bin/webpack-dev-server