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

https://github.com/angelfire/react-ts-starter

📃 Simple React TypeScript Starter
https://github.com/angelfire/react-ts-starter

Last synced: about 2 months ago
JSON representation

📃 Simple React TypeScript Starter

Awesome Lists containing this project

README

          

# React TypeScript Starter

I just don't want to use Create React App, it's a great tool but sometimes I want to do extra configurations.

## How to use

### development
```bash
npm i
npm start
```

### production
```bash
npm i
npm run build
```