This repository contains Backend Template for Express.js Typescript enabled.
-
Clone the repository:
git clone https://github.com/VJBano/TS-Node_Express_Template.git
- Development:
-
To install node_modules:
npm install
-
To run the application in development mode:
npm run start
Production:
-
To build and run the production version:
npm run build npm run production