Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)