shaharkazaz / wazzapp

Workshop implementation of whatsapp

Home Page:https://wazzapp-4b5cf.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wazzapp Workshop Application

This app is only for educational purpose. It used as a studying material for React. Slides are available here.

Getting Started

This workshop application is based on create-react-app for client-side code and firebase for hosting and real-time capabilities.

Prerequisites

  • node >= 6.0
  • npm install -g yarn
  • npm install -g firebase-tools

Local development

  1. git clone https://github.com/bolshchikov-public/wazzapp
  2. cd wazzapp
  3. yarn --no-lockfile
  4. yarn start
  5. http://localhost:3000

Testing

  1. yarn test

Deployment

  1. Run yarn build. It creates a bundle of static files and puts them into build folder.
  2. Run firebase deploy command. It takes the build folder and deploys it to firebase cloud.
  3. https://wazzapp-4b5cf.firebaseapp.com

License

MIT.

About

Workshop implementation of whatsapp

https://wazzapp-4b5cf.firebaseapp.com/

License:MIT License


Languages

Language:JavaScript 58.0%Language:CSS 34.2%Language:HTML 7.9%