Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 241 Bytes

####Without using Docker

  1. Install node
  2. go to directory
  3. npm install
  4. npm start

####Using Docker

  1. go to directory
  2. docker build -t <name_of_image> .
  3. docker run -d --name <name_of_container> <name_of_image> -p :3000 bash