Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thvroyal/chat-app-apollo

Build a Chat App with NodeJS, React & GraphQL
https://github.com/thvroyal/chat-app-apollo

Last synced: 29 days ago
JSON representation

Build a Chat App with NodeJS, React & GraphQL

Awesome Lists containing this project

README

        

# Build a Chat app

I build a Chat app like Instagram to learning GraphQL

## Tech Stack

**Client:** React, Redux, ChakraUI

**Server:** NodeJS, Apollo

## Installation

Install chat-app-apollo with npm

```bash
npm install chat-app-apollo
cd chat-app-apollo
```

Start server on localhost:4000

```bash
npm run dev
```