Webpack typescript starter with:
- Webpack 5
- Typescript
- SCSS
- SWC (Speedy Web Compiler)
- SWC/jest
- Eslint
Make sure to have NodeJs already installed.
npm install
npm start
The application will be available at http://localhost:4200
npm run build
npm run test
npm run coverage
Or simply run the example using docker:
docker-compose up
The application will be available at http://localhost:4000