Skip to content

shaharkazaz/wazzapp

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.9%
  • CSS 34.2%
  • HTML 7.9%