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

https://github.com/max-programming/express-ts-boilerplate

A simple barebones boilerplate to use TypeScript with Node and Express.
https://github.com/max-programming/express-ts-boilerplate

boilerplate express nodejs typescript

Last synced: 3 months ago
JSON representation

A simple barebones boilerplate to use TypeScript with Node and Express.

Awesome Lists containing this project

README

        

# Express TypeScript Boilerplate

A simple barebones boilerplate to use TypeScript with Node and Express.

## Run the app

```
npm run dev
```

## Build/Compile the app

```
npm run build
```

## Run the app (in production)

```
npm start
```