Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalwar/pmapp
A simple project management app using TypeScript
https://github.com/kalwar/pmapp
project-management simple-app typescript typescript-boilerplate
Last synced: 17 days ago
JSON representation
A simple project management app using TypeScript
- Host: GitHub
- URL: https://github.com/kalwar/pmapp
- Owner: kalwar
- License: mit
- Created: 2022-01-26T17:29:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T10:35:38.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T01:10:36.741Z (3 months ago)
- Topics: project-management, simple-app, typescript, typescript-boilerplate
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Template
This project template can be used to start any TypeScript project from scratch
The output directory is automatically generated based on tsconfig.json# Steps to follow
1. `npm install` (to install lightserver)
2. `npm start` (to start the lightserver)
3. `tsc --watch` (compile the code to TypeScript)
4. You can check the `localhost:3000`# PM app (step-by-step)
ProjectManager(PM)App using TS
# Use for reference
Use solely for reference material only