Go to file
Daniel Legt 8b4cba3314 + License 2021-05-29 18:47:54 +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
LICENSE + License 2021-05-29 18:47:54 +03:00
README.md Update 'README.md' 2021-05-23 00:32:01 +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