Skip to content

pkarthik88/IT5007-Lecture5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT5007-Lecture5

Working on the project

  • cd /home/It5007-Lecture5/ from VSCode shell and work on the problem. You can also use the File navigation to browse to the file location and open the files inside the container.
  • As usual, the first step in any newly downloaded repository is to run npm install to install dependencies.
  • Compilation: npm run compile
  • Execution: As usual, you can run the code using npm start. This will start the express server that serves webpages to users.

Copying Files between Container and your laptop/desktop

  • Copy the files over from your laptop to the docker container using the windows powershell command: docker cp <windows path where the file is present> it5007-2220:/home/
  • For copying files in reverse direction, switch the file order in above command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published