Go to file
Daniel Legt 160aaca468 + Added dotenv + The actual boilerplate 2021-05-22 23:12:00 +03:00
src + Added dotenv + The actual boilerplate 2021-05-22 23:12:00 +03:00
.env + Added dotenv + The actual boilerplate 2021-05-22 23:12:00 +03:00
.gitignore Initial Commit 2021-05-22 22:29:07 +03:00
README.md + Added dotenv + The actual boilerplate 2021-05-22 23:12:00 +03:00
package-lock.json + Added dotenv + The actual boilerplate 2021-05-22 23:12:00 +03:00
package.json + Added dotenv + The actual boilerplate 2021-05-22 23:12:00 +03:00
tsconfig.json Initial Commit 2021-05-22 22:29:07 +03:00

README.md

Description

A boilerplate for ExpressJS using TypeScript

Dev Running

# Run the following command in the root of the folder
nodemon .\src\app.ts`

Building

# Run the following command in the root of the folder
npm build