Skip to content

mchirico/ts-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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