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

https://github.com/othreecodes/thinking-in-react


https://github.com/othreecodes/thinking-in-react

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

Below you will find some information on how to perform common tasks.

You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).

## Running
```bash

# Get the project
git clone https://github.com/othreecodes/thinking-in-react.git

# Change directory
cd thinking-in-react.git

# Install the dependencies
yarn install

# Run your app
yarn start
```