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

https://github.com/nayak-nirmalya/deno-react


https://github.com/nayak-nirmalya/deno-react

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

Simple ToDo List App with Deno, React, TypeScript and MongoDB Atlas.

Back-End Deno codes are inside deno folder.
To Run:
Inside deno folder type `deno run .\app.ts`

Front-End React coders are in frontend-app folder.
To Run:
Inside frontend-app folder type
i. `npm install`
ii. `npm start`