Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

A simple example of building two servers and one Angular app with Bazel. WIP.

Notifications You must be signed in to change notification settings

OasisDigital/sse-angular-node-bazel-example

Repository files navigation

Example SSE Angular and Node Apps with Bazel

This project uses bazel and angular-cli.

Its purpose is to demonstrate techniques for working with streaming data flow in an Angular application. Its data comes from a server which generates fake foreign currency exchange data. This project is a Bazel monorepo that contains both the Angular client and the Node server.

Running

First start the server in one terminal:

yarn
yarn start:server

Then, in a new terminal, start the client:

yarn start:client

http://localhost:4200/

Useful Links:

RxJS 6 Documentation

Contact

Author:

Kyle Cordes, @kylecordes, http://kylecordes.com

Angular Boot Camp training:

https://angularbootcamp.com/

Our blog:

http://blog.oasisdigital.com/

Our other services:

http://oasisdigital.com/

About

A simple example of building two servers and one Angular app with Bazel. WIP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published