- Following Google convention.
- Set Tab with Indent = 4.
./gradlew bootRun
Note: The two following configs are for developers who only want to work on server part only and developers want to work on both server and cms. This is to cut down the time when we have to build cms over again with every change in server.
For non-Window users, we need to open two terminals:
- At the first terminal, start Gradle build as a continuous task:
./scripts/hot-reload-server.sh
- At the second terminal, start the Gradle bootRun task:
./scripts/run.sh
For non-Window users, we need to open two terminals:
- At the first terminal, start Gradle build as a continuous task:
./scripts/hot-reload-with-cms.sh
- At the second terminal, start the Gradle bootRun task:
./scripts/run.sh