4ctarus / expressts

express ts starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express ts starter

Requirement

MongoDB

Install the server version ofMongoDB or use a docker image.

Config file

Edit the config or create .env file in root folder

NODE_ENV=development
PORT=3002
DEBUG=app:*

Install

  1. yarn install
  2. yarn run init

Launch

yarn run dev

About

express ts starter


Languages

Language:TypeScript 100.0%