- Clone the project
git clone https://github.com/singhsanket143/Express-Typescript-Starter-Project.git <ProjectName>
- Move in to the folder structure
cd <ProjectName>
- Install npm dependencies
npm i
- Create a new .env file in the root directory and add the
PORTenv variable
echo PORT=3000 >> .env
- Start the express server
npm run dev