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

https://github.com/programminginblood/express-typescript-starter

Node.js Typescript Starter With Express, Socket.io, Express-Validator, MongoDB, Logs etc.
https://github.com/programminginblood/express-typescript-starter

Last synced: 4 months ago
JSON representation

Node.js Typescript Starter With Express, Socket.io, Express-Validator, MongoDB, Logs etc.

Awesome Lists containing this project

README

          

![Logo](https://i.ibb.co/1RGz0VH/PIM-2.jpg)

# express-typescript-starter

Node.js Typescript Starter With Express, Socket.io, Express-Validator, MongoDB, Logs etc.

## Run Locally

Clone the project

```bash
git clone https://github.com/ProgrammingInBlood/express-typescript-starter.git
```

Go to the project directory

```bash
cd express-typescript-starter
```

Install dependencies

```bash
npm install
```

Start the development server

```bash
npm run dev
```

Build the code

```bash
npm run build
```

Start the production server (build is required)

```bash
npm run start
```

Check Lint

```bash
npm run lint
```

Auto Fix Lint

```bash
npm run lint:fix
```