https://github.com/bedus-creation/react-typescript
https://github.com/bedus-creation/react-typescript
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bedus-creation/react-typescript
- Owner: bedus-creation
- Created: 2021-06-25T01:30:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T03:09:13.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T20:52:09.153Z (about 1 year ago)
- Language: TypeScript
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React typescript
### Project setup
```bash
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
```