Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 539 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 539 Bytes

express-typescript-boilerplate

An Express - Typescript boilerplate

Run Locally

Clone the project

  git clone https://github.com/dj0nny/express-typescript-boilerplate.git

Go to the project directory

  cd express-typescript-boilerplate 

Install dependencies

  npm install

Start the server

  npm run dev

Environment Variables

You can add your environment variables to .env file

Tech Stack

Node.js, Express, Typescript

Authors