Kotlin Node.js Seed Project
This project is an application skeleton for a typical Node.js app written entirely with Kotlin.
Demo:
https://kotlin-nodejs.herokuapp.com/
Node.js app written with Kotlin
https://github.com/techprd/kotlin_node_js_seed
Full Tutorial coming soon
What’s in this project?
- express.js to run server
- ejs templating engine for express.js
- Kotlin Dependencies
- gradle to compile/transcompile kotlin to js
How to Use:
Install Node dependencies
$ npm install
Compile Kotlin to JS using gradle
$ ./gradlew build
Run Server
$ node ./server/app.js