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
- Host: GitHub
- URL: https://github.com/nfo94/game-cart
- Owner: nfo94
- Created: 2022-07-22T11:26:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T09:45:29.000Z (almost 4 years ago)
- Last Synced: 2025-10-30T13:42:57.007Z (7 months ago)
- Topics: axios, bootstrap-react, contextapi, miragejs, react, react-icons, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Game cart app

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
```