Skip to content

dioslaska/webpack-typescript-starter

Repository files navigation

Webpack typescript starter

Build Status Build Status

Webpack typescript starter with:

  • Webpack 5
  • Typescript
  • Scss
  • Ts-jest
  • Eslint

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published