https://github.com/kmanadkat/react-typescript
React Typescript Initial Setup Project
https://github.com/kmanadkat/react-typescript
create-react-app-typescript reactjs typescript
Last synced: 3 months ago
JSON representation
React Typescript Initial Setup Project
- Host: GitHub
- URL: https://github.com/kmanadkat/react-typescript
- Owner: kmanadkat
- Created: 2022-08-06T16:53:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T17:02:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T04:43:33.037Z (5 months ago)
- Topics: create-react-app-typescript, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 293 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Typescript Mini Starter
This is a basic create react app mini project with typescript template & example code.
I have made this watching [The Ultimate TypeScript Course](https://codewithmosh.com/p/the-ultimate-typescript) by Mosh Hamedani.
Feel free to use this as a starting point of a really small frontend project.
### Project Setup
1. `npm install`
2. `npm run start`
3. Open [http://localhost:3000/](http://localhost:3000/) in your fav browser