https://github.com/buildo/corso-react-typescript-feb-2022
https://github.com/buildo/corso-react-typescript-feb-2022
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildo/corso-react-typescript-feb-2022
- Owner: buildo
- Created: 2022-02-10T11:05:29.000Z (over 4 years ago)
- Default Branch: step-0-base-layout
- Last Pushed: 2022-02-17T10:06:10.000Z (over 4 years ago)
- Last Synced: 2025-01-21T03:41:34.195Z (over 1 year ago)
- Language: HTML
- Size: 865 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React TypeScript Course

## Install
```
npm ci
```
> `npm ci` does not update the `package-lock.json`
## Development
```
npm start
```
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.