- # You can run these commands in separate shells
- web: rails s -p 3000
- # Watch and continuously compile our react frontend for changing queries
- watchman: watchman watch ./app/javascript/packs/frontend/ -f
- graphql: yarn run relay --watch
- # Watch and coninuously compile frontend javascript
- client: './bin/webpack-dev-server'
|