Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hamzahamidi/webpack-typescript-starter

Webpack typescript starter using swc
https://github.com/hamzahamidi/webpack-typescript-starter

boilerplate docker docker-compose eslint gh-pages github-actions hacktoberfest jest node18 rust sass scss starter swc terserplugin ts-jest typescript webpack webpack5

Last synced: 3 months ago
JSON representation

Webpack typescript starter using swc

Awesome Lists containing this project

README

        

# Webpack typescript starter



Build Status





Build Status

Webpack typescript starter with:

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

## [Demo](https://webpack-typescript-starter.netlify.app/)

## Getting started

Make sure to have NodeJs already installed.

### Install all dependencies

```bash
npm install
```

### Start developing and serve your app

```bash
npm start
```

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

### Build your application

```bash
npm run build
```

### Run unit tests

```bash
npm run test
```

### Run coverage

```bash
npm run coverage
```

### Docker

Or simply run the example using docker:

```bash
docker-compose up
```

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