git clone [email protected]:andrewmcodes/rails_coverage_tools.git
cd rails_coverage_tools
- Ruby 2.7
- Node 13.7.0
- Rails 6.0.2.1
- Webpacker 4.2.2
- TailwindCSS 1.2.0
- psql (PostgreSQL) 12.1
bundle && yarn
bin/setup_db
rails s
If you want to run the webpack-dev-server and livereload, run this in another tab:
bin/guard