Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 610 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 610 Bytes

Welcome To My Simple To Do List

Want to run this on your machine?

  1. With Docker
  2. Without Docker

1. With Docker

Start the Docker Engine and go in the folder where you have clone this project and paste below cmd.

Docker build -t website .

An Image will be created and now start the container with below cmd.

Docker run -d -p 80:80 website

Check at localhost:80 in your browser

2. Without Docker

Go in the folder where you have clone this project and now run index.html file or run live server from your IDE.

Have a Good Day and Follow your To Do's.