View Live demo at: https://jefferpeng.netlify.com/
This project was generated with Angular CLI version 8.3.3.
Run npm run startApp
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
docker build -t jeff_web .
docker run --rm -p 4200:80 --name jeff_web_ui jeff_web
docker exec -it jeff_web_ui /bin/bash