https://github.com/nemanja85/shoping-cart
Testing out React, Typescript, React-Bootstrap and Vite
https://github.com/nemanja85/shoping-cart
react react-bootstrap react-router typescript vite
Last synced: 3 months ago
JSON representation
Testing out React, Typescript, React-Bootstrap and Vite
- Host: GitHub
- URL: https://github.com/nemanja85/shoping-cart
- Owner: nemanja85
- Created: 2022-06-29T16:48:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T09:56:38.000Z (about 1 year ago)
- Last Synced: 2025-04-18T00:34:17.005Z (about 1 year ago)
- Topics: react, react-bootstrap, react-router, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping-cart
Testing out React, Typescript, React-Bootstrap and Vite
## 1. Clone the project
```sh
git clone https://github.com/nemanja85/Shoping-cart.git
```
## 2. Navigate to the repository
```sh
cd Shoping-cart
```
## 3. Install the required dependecies
```sh
npm install
```
# Running the Project
### To start the project, use the following command:
```sh
npm run dev
```
Give a ⭐️ if this project helped you!