/WhatsApp-ngAtlanta

What's app ngAtlanta?

Primary LanguageTypeScript

WhatsApp clone for ngAtlanta

Comparing Loona and NGRX by building the same app with both of them.

Blogpost

Here's the "Compare Loona and NGRX" blogpost.

Features

How to run

WhatsApp has an API and the client app.

API

# Go to the API
cd api

# Install packages
yarn

# Run it
yarn start

Client

# Go to the client
cd client

# Install packages
yarn

# Run it
yarn start