An open API service indexing awesome lists of open source software.

https://github.com/nfo94/game-cart

Project of a shopping cart with Vite, React, TypeScript, Axios, Bootstrap React and Mirage JS for mocking
https://github.com/nfo94/game-cart

axios bootstrap-react contextapi miragejs react react-icons typescript vite

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

          

## Game cart app


![uidemo](https://user-images.githubusercontent.com/24434214/182345114-84512a6a-d633-4412-9cca-c5af4bd9e3ab.png)

Store and shopping cart functionality made with React, TypeScript and [Vite](https://vitejs.dev/).

### Installing dependencies

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

```bash
$ yarn
```

### Running the app

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

```bash
$ yarn dev
```

And open http://localhost:3000.

### Production build

To create a production build type on the terminal:

```bash
$ yarn build
```