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
Run the Firebase emulator when testing.
firebase emulators:start
For live pull of pubSub messages reference: https://github.com/mchirico/go-pubsub
# install npm-check-updates
ncu -u
npm install
Also see the Makefile
git clone https://github.com/mchirico/ts.git
git co express
npm install
npm test