- With Docker
- Without 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
Go in the folder where you have clone this project and now run index.html file or run live server from your IDE.