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