https://github.com/3lang3/template-cra
this is a create-react-app typescript template
https://github.com/3lang3/template-cra
Last synced: over 1 year ago
JSON representation
this is a create-react-app typescript template
- Host: GitHub
- URL: https://github.com/3lang3/template-cra
- Owner: 3lang3
- Created: 2021-03-15T07:51:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T15:49:42.000Z (over 4 years ago)
- Last Synced: 2025-02-01T02:41:24.577Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# umi project
## Getting Started
Install dependencies,
```bash
$ yarn
```
Start the dev server,
```bash
$ yarn start
```