Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bessouat40/mvc-example
This repository contains a simple Task List application implemented using the MVC (Model-View-Controller) architectural pattern in TypeScript.
https://github.com/bessouat40/mvc-example
Last synced: 1 day ago
JSON representation
This repository contains a simple Task List application implemented using the MVC (Model-View-Controller) architectural pattern in TypeScript.
- Host: GitHub
- URL: https://github.com/bessouat40/mvc-example
- Owner: Bessouat40
- Created: 2024-06-19T07:02:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T17:53:36.000Z (4 months ago)
- Last Synced: 2024-07-10T21:28:01.356Z (4 months ago)
- Language: TypeScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mvc-example
Run this project :
```bash
npm i
npm start
```