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

https://github.com/bedus-creation/react-typescript


https://github.com/bedus-creation/react-typescript

Last synced: 8 months ago
JSON representation

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