University web project
Demo URL: https://ashstore.herokuapp.com
-
Git clone the repository:
git clone https://github.com/Ashpex/Marketplace.git
-
cd
to directoryMarketplace
and install dependencies packages:npm install
-
Start website in local:
npm start
-
The website should be deployed on
localhost:5000