Skip to content

vinodnextcoder/express-typescript-webpack5-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[express-typescript-webpack5-setup]

Skeleton for Node.js applications written in TypeScript

Purpose

Our main purpose with this Skeleton is to start server application with node js and typescript using webpack.

Common Features

  • Quick start
  • Integrated webpack

Core NPM Module

  • express, @types/express
  • @types/node
  • typescript
  • webpack5

Start The application in Development Mode

  • Clone the Application https://github.com/vinodnextcoder/express-typescript-webpack5-setup

Start The application

  • Install the dependencies npm install
  • Create the build npm run build
  • Start the application npm run start:production

http://localhost:4000