Skip to content
forked from gmfoster/Capstone

2018/19 Capstone. Team: Human Error Is a Myth. Company: Novacoast

Notifications You must be signed in to change notification settings

omerco1/Capstone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capstone

2018/19 Capstone. Team: Human Error Is a Myth. Company: Novacoast

novasight_front

Residence of NovaSight front end Using React with Docker

Requirements: Must be within novasight_front directory Must have Docker installed Must have Node.js 11.0.0 installed

  1. How to build and run Docker (project)
  • Build docker: $ docker build -t novasight_front .

  • Run docker: $ docker run -it
    -v ${PWD}:/usr/src/app
    -v /usr/src/app/node_modules
    -p 3000:3000
    --rm
    sample-app

  • Navigate to http://localhost:3000/ to see project

  1. Run and build docker independently (allow the use of terminal when running the project) (recomended)
  • Build and run docker: $ docker-compose up -d --build

  • Navigate to http://localhost:3000/ to see project

  • Stop docker: $ docker-compose stop

About

2018/19 Capstone. Team: Human Error Is a Myth. Company: Novacoast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • JavaScript 0.5%
  • C 0.5%
  • C++ 0.2%
  • Shell 0.1%
  • CSS 0.1%
  • Other 0.1%