CRUD Streaming App with React and Redux

drawing

About the Project

CRUD Streaming App with React and Redux. The app allows a user to view a list of available streams or to create, edit, or delete his own streams.

Built With

Installation

  1. Create a new repo (assuming it’s called streamer) and cd into it
    mkdir streamer && cd streamer
  2. Clone the client, api, and server repos there

    git clone https://github.com/tiredoak/streamer-client.git
    git clone https://github.com/tiredoak/streamer-server.git
    git clone https://github.com/tiredoak/streamer-api.git
  3. For each of the repos, install the npm packages
    npm install
  4. For each of the repos, run
    npm start

Contact

Miguel Carvalho – [email protected]

Project Link: https://github.com/tiredoak/github-dashboard

Acknowledgments

GitHub

View Github