Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 236 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 236 Bytes

Kotlin React Table Sample

Useful commands

Clean

./gradlew clean
./gradlew --stop

Build

./gradlew build

Run

./gradlew jsRun -t

Gradle Wrapper update

./gradlew wrapper