Webpack typescript starter with:
- Webpack 5
 - Typescript
 - SCSS
 - SWC (Speedy Web Compiler)
 - SWC/jest
 - Eslint
 
Make sure to have NodeJs already installed.
npm installnpm startThe application will be available at http://localhost:4200
npm run buildnpm run testnpm run coverageOr simply run the example using docker:
docker-compose upThe application will be available at http://localhost:4000