SPA built with docker, angular8, nodejs
git clone https://github.com/shootermv/movie-app-taldor.git
npm run install-dependencies
cd server && npm start
cd client && npm start
in another terminal tabhttp://localhost:8080/
cd client
docker build -t angular-docker-app .