https://github.com/martincastroalvarez/react-typescript-app
React application using Typescript
https://github.com/martincastroalvarez/react-typescript-app
Last synced: 8 months ago
JSON representation
React application using Typescript
- Host: GitHub
- URL: https://github.com/martincastroalvarez/react-typescript-app
- Owner: MartinCastroAlvarez
- Created: 2023-12-21T18:29:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T03:55:19.000Z (over 2 years ago)
- Last Synced: 2025-04-08T22:24:58.105Z (about 1 year ago)
- Language: TypeScript
- Size: 14.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React App

## Development
```bash
nvm use 20.5.0
pnpm i
npx eslint --fix src/**/*.tsx src/*.tsx
pnpm run-script start
```
## Deployment
```bash
nvm use 20.5.0
pnpm i
pnpm run-script build
s3 sync
```














