Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamrulislam/node-express-ts

node express typescript boilerplate
https://github.com/kamrulislam/node-express-ts

Last synced: 18 days ago
JSON representation

node express typescript boilerplate

Awesome Lists containing this project

README

        

# Express Typescript Boilerplate

A great starting point for express webserver using typescript. This version is tested with node `v12.18.2`.

## Fatures included

- Views transfer mechanism
- Auto typescript compilation
- Monitoring file changes

## Prerequisits

- nvm installed
- node version 12.18.2 is installed

## Steps to run

```
nvm use
npm install
npm run dev
```