mchirico / ts-express

Typescript/Express/Angular starter project
https://tsexpress.cwxstat.io
Apache License 2.0
1 stars 0 forks source link
angular10 node typescript

CI Angular codecov Maintainability codebeat badge Codacy Badge

ts-express

Typescript project:

Live demo tsexpress.cwxstat.io Make sure you install all missing packages.

StackBlitz ts-express

This is meant to be a very simple starter project, for quickly testing Typescript code. It does contain angular 10

Running Tests

Run the Firebase emulator when testing.

firebase emulators:start

For live pull of pubSub messages reference: https://github.com/mchirico/go-pubsub

upgrade

# install npm-check-updates
ncu -u
npm install

Starting

Also see the Makefile

git clone https://github.com/mchirico/ts.git
git co express
npm install
npm test