This is the front end of an ecommerce i plan to do for a long time. I do Plan to make the backend soon with node express and mongodb.
- HTML/CSS/JS
- Styled components
- ReactJS
- Vite
The project was bootstraped with vite so
# Clone it
git clone https://github.com/Marcio-py/FN-Commerce.git
# Go in the file
cd FN-commerce
# Install de dependencies
npm i
# Execute the code
npm run dev