https://github.com/react-native-training/advanced-react
Advanced React Course Materials
https://github.com/react-native-training/advanced-react
Last synced: 11 months ago
JSON representation
Advanced React Course Materials
- Host: GitHub
- URL: https://github.com/react-native-training/advanced-react
- Owner: react-native-training
- Created: 2017-08-01T23:28:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T15:45:28.000Z (over 8 years ago)
- Last Synced: 2025-04-25T21:16:51.251Z (11 months ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced React Workshop for SeattleJS Conference
### To get started:
1. clone the repo
```
git clone https://github.com/react-native-training/advanced-react.git
```
2. cd into directory
```
cd advanced-react
```
3. install dependencies
```
yarn
```
or
```
npm i
```
4. start the project
```
npm start
```
### Dependencies used in this project:
React Router Dom
React Motion
Animated
Glamor
PropTypes
React Primitives