/game-cart

Project of a shopping cart with Vite, React, TypeScript, Axios, Bootstrap React and Mirage JS for mocking

Primary LanguageTypeScript

Game cart app


uidemo

Store and shopping cart functionality made with React, TypeScript and Vite.

Installing dependencies

To install this project dependencies, run this command on the terminal:

$ yarn

Running the app

After installing dependencies, to run the app, type on the terminal:

$ yarn dev

And open http://localhost:3000.

Production build

To create a production build type on the terminal:

$ yarn build