/webpack-express-typescript-start

A starter project with webpack typescript and expressjs

Primary LanguageTypeScript

Template for webpack project with typescript and expressjs

Run it in development:

Example:

# install dependencies
npm i
# run webpack in development mode
npm run start:dev
# run webpack in production mode
npm run start:prod