https://github.com/mikkurogue/ts-express-boilerplate
https://github.com/mikkurogue/ts-express-boilerplate
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikkurogue/ts-express-boilerplate
- Owner: mikkurogue
- Created: 2021-04-13T15:19:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T13:55:27.000Z (almost 4 years ago)
- Last Synced: 2025-03-19T21:49:43.306Z (2 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-express-boilerplate
A simple custom barebones "framework" written in Typescript to emulate a form of Angular but not as comprihensive or heavy.
# Features
- A HTTP service with similar usage and syntax as @angular/common/http.
- The choice of using MySQL for direct database connections# Coming features
- SASS and/or LESS choices
- Basic component overview and exportation for UI Components that aren't meant to be complete controllers.