jasperblues / kotlin-js-example

Boilerplate for Kotlin 1.1-based JS-projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin 1.1 JS Example

This project aims to provide a minimal working Gradle template for developers targeting the Kotlin 1.1 JS compiler.

  1. git clone https://github.com/bascan/kotlin-js-example.git

  2. cd kotlin-js-example

  3. ./gradlew clean build

  4. Point your browser to the ./web/test.html file

Do you see a QUnit runner with all tests passed?

  1. Point your browser to the ./web/index.html file

Do you see a sign in form? Login with admin / pizza

Congratulations! You're all set.

Note for IntelliJ IDEA users: make sure you're running version 2017.1 or later before you import this project.

Have fun :-)

About

Boilerplate for Kotlin 1.1-based JS-projects


Languages

Language:Kotlin 78.3%Language:JavaScript 14.4%Language:HTML 7.2%