This is a minimalistic boilerplate for building web applications using Node.js, Express, and Typescript. The boilerplate also contains VS Code launch configurations to help you run and debug your code.
-
Clone the project
git clone https://github.com/ahmedOpeyemi/typescript-express-boilerplate
-
Run NPM install
cd typescript-express-boilerplate npm install
npm run build
- Transpiles the TS files to the JS equivalent in the dist folder.npm run start
- Starts the app and runs it on the port defined.
To start the project,
- Go to run view ⇧⌘D,
- Run "Run Express Server"
Free to use, free to share.