Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aoepeople/ts-node-foundation
A basic micro service blueprint written in TypeScript transpiled on the fly for the node.js runtime. Also unit tests and coverage reports are enabled to keep quality and angibility transparency as high as possible.
https://github.com/aoepeople/ts-node-foundation
chai express microservices mocha nodejs ts-node typescript
Last synced: 26 days ago
JSON representation
A basic micro service blueprint written in TypeScript transpiled on the fly for the node.js runtime. Also unit tests and coverage reports are enabled to keep quality and angibility transparency as high as possible.
- Host: GitHub
- URL: https://github.com/aoepeople/ts-node-foundation
- Owner: AOEpeople
- Created: 2017-08-08T20:00:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T12:05:36.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T05:12:56.257Z (3 months ago)
- Topics: chai, express, microservices, mocha, nodejs, ts-node, typescript
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 25
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-node-foundation
A basic micro service blueprint written in TypeScript transpiled on the fly for the node.js runtime. Also unit tests and coverage reports are enabled to keep quality and angibility transparency as high as possible.# Install and run
Start the development frontend (Angular) nd backend ts-node server.
On any change the affected instance restarts itself.
git clone https://github.com/AOEpeople/ts-node-foundationyarn install
yarn start
# Server readme
https://github.com/AOEpeople/ts-node-foundation/tree/master/server
# Client (Angular) readme
https://github.com/AOEpeople/ts-node-foundation/tree/master/client