This project is a store frontend infraestructure. It was made for BeUni admission process.
All the components can be found on ./src/components
.
Almost all of them are composed of a .tsx
and a .css
files.
Go on to the root folder and type:
npm start
The project will run by default in Port 3000.
It will fetch products from the backend part of this project. By default, it will make requests to port 4000, so make sure to run the backend on this port.
The backend part can be found here: https://github.com/jpsecundino/beuni-store-backend