####Without using Docker
- Install node
- go to directory
- npm install
- npm start
####Using Docker
- go to directory
- docker build -t <name_of_image> .
- docker run -d --name <name_of_container> <name_of_image> -p :3000 bash
| Name | Name | Last commit date | ||
|---|---|---|---|---|
####Without using Docker
####Using Docker