Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hadihammurabi/kotlin-node-express

NodeJS ExpressJS with Kotlin
https://github.com/hadihammurabi/kotlin-node-express

Last synced: 22 days ago
JSON representation

NodeJS ExpressJS with Kotlin

Awesome Lists containing this project

README

        

# NodeJS Express with Kotlin
This is experimental project for learning purpose.

## Pre-requisite (System Requirement)
1. Kotlin to JS
2. NodeJS
3. NPM (Node Package Manager)

## Setup
1. Clone
```bash
git clone https://github.com/hadihammurabi/kotlin-node-express.git
```

2. Go to project directory
```bash
cd kotlin-node-express
```

3. Install package
```bash
npm install
```

4. Run on development mode
```bash
npm run dev
```

Happy Hacking!!!