Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tohsaka888/emotion-typing-effect
- Owner: tohsaka888
- Created: 2022-09-19T00:32:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T23:32:53.000Z (11 days ago)
- Last Synced: 2024-11-05T00:26:18.599Z (11 days ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```