This project was built using HTML5, CSS3, JavaScript, Rest API. It is an e-commerce food web application and for running on your local environment you should follow these guidelines.
- NPM
- Node JS
Using HTTPS
# git clone https://github.com/vedang2003/Domato.git
- Open terminal on your workspace with
cd /home/workspace/Domato
Install NPM
Check that you have node and npm installed
To check if you have Node.js installed, run this command in your terminal:
node -v
To confirm that you have npm installed you can run this command in your terminal:
npm -v
To run the application open index.html in the live server.
- Visual Studio Code