Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domitriusclark/wrangling-data-react
Teaching the meetup how to fetch and use data inside of React
https://github.com/domitriusclark/wrangling-data-react
Last synced: 5 days ago
JSON representation
Teaching the meetup how to fetch and use data inside of React
- Host: GitHub
- URL: https://github.com/domitriusclark/wrangling-data-react
- Owner: domitriusclark
- Created: 2018-11-05T03:30:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T21:59:09.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T18:51:35.273Z (18 days ago)
- Language: JavaScript
- Size: 40.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wrangling-data-react
This will be your base React + Node app to mock fetching and manipulating data. You can even use this as a base for other projects### WARNING
In this app we are using React 16.7 Alpha. Do not take this to production without downgrading or knowing the boundaries!## Steps
- git clone this repo
- git checkout ContextAndTestingForMeetup
- npm install / cd client -- npm install again
- npm run dev (this will run both your node server and your client)