Hello amazing developer 👋,
Here's the project that I referred on my blog
This is a small Todo-List project which was made to help you understand , how you can change a project from JavaScript to TypeScript.
Hope you will enjoy it !
Here's the step you have to follow to start the project -
- Open one terminal and navigate to
cd client
of the project . - Use
npm install
and thennpm start
to start the react project. - Open another terminal and navigate to
cd server
of the project. - Use
npm install
and thennode app.js
to start the express server. - You frontend will be running on
localhost:3000
and backend onlocalhost:5000
.
As through the blog I explained a lot of syntaxes and a whole project. You will find a folder with all the syntaxes
, a client
side with the react app with typescript and at last server
side for the express server on which we are making the calls.
Frontend:
- React
- TypeScript
- Axios
Backend:
- Node
- Express
If you find the repository helpful then don't forget to star ⭐ the repository. It's really appretiated.
Thank you !