Skip to content

kamilkisiela/WhatsApp-ngAtlanta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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