Skip to content

nparavinja/chiron-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chiron-project

building a docker image docker build --tag node-docker .

running a docker image docker run -d -p 8000:8000 node-docker

front-end

docker build --tag angular-test . docker run -d -p 8000:80 angular-test

http://localhost:4200

TO DO:

  • node_modules as volume, pretty slow build times
  • is building an image always needed (for any code change?)
  • start working on angular app
  • send api request from front-end