Second Hand Ecommerce Project
To run the project on your machine you should install node.js and git bash Node.js git bash
To open the code you should install the IDE too. One of them is Visual Studio Code
After you have node.js installed, you should clone the repository via git bash, run the following command:
git clone https://github.com/Sabaturdzeladze/SecondChance.git
To use the project you should first cd into main repository with the following command:
cd secondChance
afterwards run: npm install and npm run client-install
To run the application, after installing all the packages via npm, run the next command:
npm run dev