An e-commerce developed with HTML, CSS and ReactJS; based on a Figma Template.
Clone the project
git clone https://github.com/AgusT613/ecommerce-react
Go to the project directory
cd ecommerce-react
Install dependencies
npm install
If you use nvm (Node Version Manager)
nvm install <node-version>
nvm use <node-version>
npm install
Start the server
npm run dev