Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tohsaka888/d3-force-map


https://github.com/tohsaka888/d3-force-map

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# swc-react-template

## introduction

use `swc` and `webpack5` to build the template for your react application.

## usage

### clone this repository

```bash
git clone https://github.com/tohsaka888/swc-react-template.git
```

### download dependencies

```bash
pnpm install
```

### run dev server

```bash
pnpm start
```

### build

```bash
pnpm build
```

The compiled files are in the `/dist` directory

### serve

```bash
pnpm serve
```