/kotlin_node_js_seed

This project is an application skeleton for a full-stack Node.js app written entirely with Kotlin.

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

Kotlin Node.js Seed Project

This project is an application skeleton for a typical Node.js app written entirely with Kotlin.

Node.js app written with Kotlin

Full Tutorial coming soon

Node.js app with Kotlin

DEMO:

https://kotlin-nodejs.herokuapp.com/

What's in this project?

  1. express.js to run server
  2. ejs templating engine for express.js
  3. Kotlin Dependencies
  4. 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

$ npm start

Kotlin official site

https://kotlinlang.org/docs/reference/js-overview.html

To Do

  1. add frontend framework
  2. integrate sass styling
  3. use gulp watch for automatic compilation
  4. add testing framework