muhammadali96 / AgileTemplates-SimpleNotes

https://agile-templates.netlify.app
0 stars 0 forks source link

Convert to Typescript #1

Open muhammadali96 opened 2 years ago

muhammadali96 commented 2 years ago

Convert the project to Typescript.

This is a good starting point for converting a create-react-app from Javascript to Typescript.

For the server-side code, it should mostly work automatically by renaming the files from .js to .ts but some extra info on types can be found here.