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

https://github.com/smoke-trees/ssr-react-ts

TypeScript template for React apps
https://github.com/smoke-trees/ssr-react-ts

react ssr template typescript

Last synced: about 1 month ago
JSON representation

TypeScript template for React apps

Awesome Lists containing this project

README

        

# React SSR template using TypeScript

## Commands
The following commands can be run for performing various common operations

### Run the development server
```bash
npm run dev
```

### Lint and automatically fix linting errors which are fixable
```
npm run lint
```

### Build app to deploy to production
```
npm build
```

### Run tests
```
npm test
```