https://github.com/othreecodes/thinking-in-react
https://github.com/othreecodes/thinking-in-react
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/othreecodes/thinking-in-react
- Owner: othreecodes
- Created: 2017-06-15T12:12:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T14:13:47.000Z (over 8 years ago)
- Last Synced: 2025-03-13T17:19:08.426Z (11 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```