Skip to content

ngimdock/express-typescript-starter

Repository files navigation

Express-typescript-starter

Express + Typescript + Eslint + Prettier starter project

Setup the project

Step1: Clone the project

git clone https://github.com/ngimdock/express-typescript-starter.git

Step2: Install dependencies

yarn install

Step3: Setup .env file

cp .env.example .env

Complete the required enviroments variables in the .env file

Step4: Start the project in development mode

yarn dev

Note: Have issue port already in use

Kill the process in the runing port of your server, asuming you are using the port 8000. Run the command:

sudo kill -9 `sudo lsof -t -i:8000`

That's all 🌞

About

Express + Typescript + Eslint + Prettier starter project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published