Run app locally without having to know about grunt

This commit is contained in:
Developer Davo
2018-08-08 20:43:46 +02:00
parent 6cbff05e10
commit 9998d1e0ef
3 changed files with 1138 additions and 4583 deletions

View File

@@ -63,7 +63,7 @@ This repo contains the core code used in the web app, as well as the Electron-ba
1. `bundle install`
1. `npm install`
1. `bundle exec rake bower:install`
1. `grunt`
1. `npm run build`
1. `rails s`
Open your browser to http://localhost:3000.