Home

Awesome

Remix Example App

Remix codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

<a href="https://remix-realworld-production.up.railway.app/" target="_blank"><img width="187" src="https://github.com/gothinkster/realworld/blob/master/media/edit_on_blitz.png?raw=true" /></a>  

Demo    RealWorld

Getting started

You can view a live demo over at https://remix-realworld-production.up.railway.app/

To get the frontend running locally:

Local web server will use port 3000

Functionality overview

The example application is a social blogging site (i.e. a Medium.com clone) called "Conduit". It uses a custom API for all requests, including authentication. You can view a live demo over at https://redux.productionready.io/

General functionality:

The general page breakdown looks like this:

<br />

Brought to you by Thinkster