Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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-foundation

yarn 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