Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tohsaka888/d3-force-map
https://github.com/tohsaka888/d3-force-map
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tohsaka888/d3-force-map
- Owner: tohsaka888
- Created: 2022-08-01T03:28:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T21:06:35.000Z (29 days ago)
- Last Synced: 2024-10-21T02:59:23.261Z (25 days ago)
- Language: TypeScript
- Homepage: d3-force-map.vercel.app
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
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
```