Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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