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

https://github.com/shubhamzanwar/react-workshop


https://github.com/shubhamzanwar/react-workshop

Last synced: 5 months ago
JSON representation

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