Go to file
Kato Twofold c0024551a5 Update 'README.md' 2021-05-29 22:59:14 +03:00
src + DevMode Variable 2021-05-29 19:06:33 +03:00
.env + DevMode Variable 2021-05-29 19:06:33 +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-29 22:59:14 +03:00
package-lock.json + DevMode Variable 2021-05-29 19:06:33 +03:00
package.json + DevMode Variable 2021-05-29 19:06:33 +03:00
tsconfig.json Initial Commit 2021-05-22 22:29:07 +03:00

README.md

Description

A simple API-Oriented boilerplate for ExpressJS using TypeScript, for the "FrameWork" check out the branches or Wiki for more info

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