Skip to content

epic-64/stack

Repository files navigation

stack2

Compile and run server

Remember to rerun this every time server code changes.

./gradlew :server:bootRun

Build JS (dev)

Builds the JS client once. Run this after making changes:

./gradlew :js-client:jsBrowserDevelopmentWebpack

Watch JS (auto-rebuild)

Watches for changes and automatically rebuilds:

./gradlew :js-client:jsBrowserDevelopmentWebpack --continuous

Fix JS

If changes in Kotlin code do not show up in JS (due to Gradle caching), run this:

./gradlew :js-client:clean :js-client:jsBrowserDevelopmentWebpack --rerun-tasks

Build JS (prod)

./gradlew js-client:jsBrowserProductionWebpack

Start frontend

Serve this file: index.html

About

get your stack together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published