Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hadihammurabi/kotlin-node-express
- Owner: hadihammurabi
- License: mit
- Created: 2020-02-14T12:38:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T05:20:57.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T08:39:03.782Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!!!