| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
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.
Install the API package dependencies:
cd ./api && npm installInstall the App package dependencies:
cd ./app && npm installInstall a database server (if necessary) and create a database.
Set local environment configuration in the .env environment.
cd ./api
source ../env.sh; node index.jscd ./app
source ../env.sh; webpack --watch --progressnpm start| Back | FazBrowse Home | New Git URL |