Skip to content

bolshchikov-public/wazzapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 install
  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.

Releases

No releases published

Packages

 
 
 

Contributors