Skeleton for Node.js applications written in TypeScript
Our main purpose with this Skeleton is to start server application with node js and typescript using webpack.
- Quick start
- Integrated webpack
-
express,@types/express -
@types/node -
typescript -
webpack5
- Clone the Application
https://github.com/vinodnextcoder/express-typescript-webpack5-setup
- Install the dependencies
npm install - Create the build
npm run build - Start the application
npm run start:production