项目作者: shootermv

项目描述 :
SPA built with docker, angular8, nodejs
高级语言: TypeScript
项目地址: git://github.com/shootermv/movie-app-taldor.git
创建时间: 2020-03-13T14:02:52Z
项目社区:https://github.com/shootermv/movie-app-taldor

开源协议:

下载


Setting up development environment 🛠

  • Install Nodejs if you don’t have it already (preferrably version 10 and above).
  • Install angular-cli if you don’t have it already .
  • 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 tab
  • App should now be running on http://localhost:8080/

Run client at docker container

  • cd client
  • docker build -t angular-docker-app .