sstur / chirper-rn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chirper

Chirper is a micro-blogging app in which users can browse a feed of "chirps" and post their own. This was built for a recent React Native workshop. This uses React Native, TypeScript and Apollo GraphQL. We're using Tamagui for the UI components. There is a simple GraphQL backend which can be found here.

Getting Started

Make sure you have Node v14 or newer installed.

git clone https://github.com/sstur/chirper.git
cd chirper
cp .env.example .env
# Update your .env to point to the correct backend
npm install
npm start

About


Languages

Language:TypeScript 91.2%Language:JavaScript 7.6%Language:Shell 1.2%