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

https://github.com/neo-ciber94/template-express

A template for a server with Express + TypeScript
https://github.com/neo-ciber94/template-express

Last synced: 8 months ago
JSON representation

A template for a server with Express + TypeScript

Awesome Lists containing this project

README

          

# Express + Typescript server template

Create a server using:

- Express
- Typescript

---

## Requires degit

```bash
npm install -g degit
```

## Download template

```bash
degit Neo-Ciber94/template-express
```

## Install all the required node modules

```bash
npm install
```

## Run

```bash
yarn dev
```

Or

```bash
npm run dev
```