Skip to content

Base for Express project. In typescript and Webpack as bundler.

Notifications You must be signed in to change notification settings

Raiyol/webpack-express-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up typescript & express js project

Documentation on how I made the project:

Setting up Typescript Only

Setting up Webpack/Typescript/Express

Start development server

  • Start webpack : npm run start:dev or yarn start:dev
  • Start server (nodemon) : npm run run:dev or yarn run:dev
  • For production: npm run run:build

About

Base for Express project. In typescript and Webpack as bundler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published