A simple text racer app that demonstrates the use of WebSockets in Angular Universal.
docker build -t chris13524/text-racer .
docker run --init -it --rm -p 80:80 chris13524/text-racer:latest
Run npm run dev:ssr for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Content type
Image
Digest
Size
336.4 MB
Last updated
over 6 years ago
docker pull chris13524/text-racer