https://github.com/christian-draeger/kotlin-react-gradle-example
https://github.com/christian-draeger/kotlin-react-gradle-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christian-draeger/kotlin-react-gradle-example
- Owner: christian-draeger
- Created: 2019-12-05T20:09:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T20:59:53.000Z (almost 6 years ago)
- Last Synced: 2024-12-25T19:23:33.770Z (9 months ago)
- Language: Kotlin
- Size: 52.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kotlin.js React Example
=======================This demo project showcases how to setup a react app written with kotlin.js and uses kotlin gradle DSL.
Building the Application
./gradlew clean build
Run on dev server./gradlew run --continuous