Giter Club home page Giter Club logo

stream-react-example's Introduction

8 Step - React/Redux tutorial series

This example application created by getstream.io teaches you how to to build an Instagram style application with activity streams and newsfeeds.

Visit cabin.getstream.io for an overview of all 8 tutorials and a live demo. If you enjoy this tutorial please star this repo.

Note: Cabin requires Node v8.x or above.

Examples of what you can build

Blog Posts

  1. Introduction
  2. React & Redux
  3. Redux
  4. Stream
  5. Imgix
  6. Keen
  7. Algolia

Integrations

Quick start

This quick start is a minimal set of instructions for experienced developers and folks who have already setup their development environment in the past.

For beginners and those new to the project, we strongly recommend starting with the introductory Cabin โ€“ React & Redux Example App โ€“ Introduction blog post.

Note: Paths below are relative to the root project directory.

0. Setup

  1. Install the API package dependencies:

    cd ./api && npm install
  2. Install the App package dependencies:

    cd ./app && npm install
  3. Install a database server (if necessary) and create a database.

  4. Set local environment configuration in the .env environment.

1. Run the API

  1. Start your database server
  2. Run the following shell command:
    cd ./api
    source ../env.sh; node index.js

2. Run the App

  1. Run the following shell command:
    cd ./app
    source ../env.sh; webpack --watch --progress

3. Run the Website

  1. Run the following shell command:
    npm start

4. Win.

  1. Browse to http://localhost:3000.

stream-react-example's People

Contributors

abrophy avatar astrotars avatar dwightgunning avatar jaapbakker88 avatar jeltef avatar kaptenhenrik avatar lukevance avatar napcs avatar sirio7g avatar tbarbugli avatar tilton avatar tschellenbach avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.