https://github.com/mchirico/ts-express
Typescript/Express/Angular starter project
https://github.com/mchirico/ts-express
angular10 node typescript
Last synced: 10 months ago
JSON representation
Typescript/Express/Angular starter project
- Host: GitHub
- URL: https://github.com/mchirico/ts-express
- Owner: mchirico
- License: apache-2.0
- Created: 2020-06-24T18:47:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T01:13:00.000Z (over 3 years ago)
- Last Synced: 2025-01-23T01:41:57.316Z (over 1 year ago)
- Topics: angular10, node, typescript
- Language: TypeScript
- Homepage: https://tsexpress.cwxstat.io
- Size: 1.72 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://codecov.io/gh/mchirico/ts-express)
[](https://codeclimate.com/github/mchirico/ts-express/maintainability)
[](https://codebeat.co/projects/github-com-mchirico-ts-express-master)
[](https://app.codacy.com/manual/mchirico/ts-express?utm_source=github.com&utm_medium=referral&utm_content=mchirico/ts-express&utm_campaign=Badge_Grade_Dashboard)
# ts-express
Typescript project:
- Node backend
- Angular front-end
- Firebase
Live demo [tsexpress.cwxstat.io](https://tsexpress.cwxstat.io/) Make sure
you install all missing packages.
StackBlitz [ts-express](https://stackblitz.com/github/mchirico/ts-express/tree/master/angular)
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
```