Webpack typescript starter Webpack typescript starter with: Webpack 5 Typescript Scss Ts-jest Eslint Demo Getting started Make sure to have NodeJs already installed. Install all dependencies npm install Start developing and serve your app npm start Build your application npm run build Run unit tests npm run test Run coverage npm run coverage Docker Or simply run the example using docker: docker-compose up