Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tohsaka888/emotion-typing-effect

use emotion built a typing effect
https://github.com/tohsaka888/emotion-typing-effect

Last synced: 9 days ago
JSON representation

use emotion built a typing effect

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
```