Corporate systems
Perform following steps to comfortably start developing.
- Enable in Idea autoreloading project.
- Settings -> Build, execution .. -> Compiler -> Build project automatically
- Enable File Watcher for statics as sa
- Install "File Watchers" plugin
- Enable it to compile sass and coffee on change.
- Run docker-compose up
- Change permissions on target folder
- chown $USER target/ You're awesome.