March 2018
Intermediate to advanced
380 pages
9h 23m
English
Let's start the perfect development setup for the application we created. In a terminal, start the server in dev mode by running ./gradlew and in another terminal, start the client side development server by running yarn start.
Now when you make any changes on the server side simply run ./gradlew compileJava or if you are using an IDE click on the compile button.
When you make changes on the client side, simply save the file and webpack dev server and BrowserSync will do the rest.