An open API service indexing awesome lists of open source software.

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

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)