https://github.com/kalwar/typescript_starter
Project template that can be used to start any TypeScript project
https://github.com/kalwar/typescript_starter
starter typescript typescript-boilerplate typescript-todo
Last synced: 3 months ago
JSON representation
Project template that can be used to start any TypeScript project
- Host: GitHub
- URL: https://github.com/kalwar/typescript_starter
- Owner: kalwar
- License: mit
- Created: 2022-01-24T19:22:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T13:36:05.000Z (almost 4 years ago)
- Last Synced: 2025-07-31T06:44:26.976Z (5 months ago)
- Topics: starter, typescript, typescript-boilerplate, typescript-todo
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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
# to-do app (bonus)
a very simple to-do app using typescript
# Use for reference
Use solely for reference material only