hamzahamidi / webpack-typescript-starter

Webpack typescript starter using swc

Home Page:https://hamidihamza.com/webpack-typescript-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Webpack typescript starter using swc

https://hamidihamza.com/webpack-typescript-starter/


Languages

Language:JavaScript 50.6%Language:TypeScript 18.0%Language:HTML 16.9%Language:SCSS 10.2%Language:Dockerfile 4.3%