https://github.com/shubhamzanwar/react-workshop
https://github.com/shubhamzanwar/react-workshop
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhamzanwar/react-workshop
- Owner: shubhamzanwar
- Created: 2020-01-26T05:22:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:44:45.000Z (almost 3 years ago)
- Last Synced: 2025-05-08T07:55:33.909Z (5 months ago)
- Language: HTML
- Size: 4.38 MB
- Stars: 0
- Watchers: 0
- Forks: 6
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React workshop
This is a demo shopping cart project to be used for showcasing and learning react capabilities at a gdg bangalore learning jam.
Meetup link: https://www.meetup.com/GDGBangalore/events/267957756/
## Setup
To fetch project dependencies, run:
```shell
yarn
```To run the demo app:
```shell
yarn start
```