Skip to content

hamzahamidi/webpack-typescript-starter

Repository files navigation

Webpack typescript starter

Build Status Build Status

Webpack typescript starter with:

  • Webpack 5
  • Typescript
  • SCSS
  • SWC (Speedy Web Compiler)
  • SWC/jest
  • Eslint

Getting started

Make sure to have NodeJs already installed.

Install all dependencies

npm install

Start developing and serve your app

npm start

The application will be available at http://localhost:4200

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

The application will be available at http://localhost:4000