Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.64 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.64 KB

CI Angular codecov Maintainability codebeat badge Codacy Badge

ts-express

Typescript project:

  • Node backend
  • Angular front-end
  • Firebase

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