https://github.com/vinodnextcoder/express-typescript-webpack5-setup
simple-express-typescript-webpack5-setup
https://github.com/vinodnextcoder/express-typescript-webpack5-setup
express express-typescript express-typescript-webpack express-webpack nodejs nodejs-express-webpack nodejs-typescript-express-webpack nodejs-webpack typescript-webpack
Last synced: 4 months ago
JSON representation
simple-express-typescript-webpack5-setup
- Host: GitHub
- URL: https://github.com/vinodnextcoder/express-typescript-webpack5-setup
- Owner: vinodnextcoder
- License: mit
- Created: 2023-04-29T06:18:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T17:32:22.000Z (about 2 years ago)
- Last Synced: 2024-12-29T05:12:10.698Z (6 months ago)
- Topics: express, express-typescript, express-typescript-webpack, express-webpack, nodejs, nodejs-express-webpack, nodejs-typescript-express-webpack, nodejs-webpack, typescript-webpack
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [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
- [x] `express`, `@types/express`
- [x] `@types/node`
- [x] `typescript`
- [x] `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](http://localhost:4000)