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
- Host: GitHub
- URL: https://github.com/smoke-trees/ssr-react-ts
- Owner: smoke-trees
- License: mit
- Created: 2020-08-06T20:16:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T12:24:52.000Z (about 2 years ago)
- Last Synced: 2025-01-23T06:09:01.604Z (3 months ago)
- Topics: react, ssr, template, typescript
- Language: TypeScript
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```