https://github.com/nayak-nirmalya/deno-react
https://github.com/nayak-nirmalya/deno-react
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nayak-nirmalya/deno-react
- Owner: nayak-nirmalya
- Created: 2022-12-27T10:06:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:12:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T12:12:10.101Z (9 months ago)
- Language: JavaScript
- Size: 468 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`