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

https://github.com/coderdost/react-with-typescript

React with TypeScript - Notes App. From CoderDost Youtube Channel.
https://github.com/coderdost/react-with-typescript

Last synced: 4 months ago
JSON representation

React with TypeScript - Notes App. From CoderDost Youtube Channel.

Awesome Lists containing this project

README

          

# React with TypeScript Series - Notes App (CoderDost YouTube Channel)

Please use different commits for different part of videos

## Checkout different parts on master

```git checkout ```

```
video 1 - git checkout df036142a59e5d50d8bf92b5909211084068390d
video 2 - git checkout 738ff6fd30552384ea4e7419c40e8a67d2fa948f
video 3 - git checkout bfd1b77aea0244ba37ed160bd77facf9617ffa68
video 4 - git checkout 0411296316ea7a9cbe0045bfdcd96dc0ba3229fb
video 5 - git checkout be793eeaf19f587a52d191502b695a13a554f37d
video 6 - git checkout d0af57bf088d56f71ac445dea8e485ca775fe852
video 7 - git checkout afe4dd0e1d65162164ef01d690981b334a29d612
video 8 - git checkout 6c76e74c09013d53c3a05e79d2043775ab875121
video 9 - git checkout a744da986c51bf17717ee742e64c104dac1804bc
video 10 - git checkout 5e728f4380e0e7475412a64da90e3991f58d05f9
```

For 10th Video we have a Node JS repo also for deployment:
[Node Express API code](https://github.com/coderdost/node-express-mongoose-rest-API)

## Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.