Store and shopping cart functionality made with React, TypeScript and Vite.
To install this project dependencies, run this command on the terminal:
$ yarn
After installing dependencies, to run the app, type on the terminal:
$ yarn dev
And open http://localhost:3000.
To create a production build type on the terminal:
$ yarn build