This app is only for educational purpose. It used as a studying material for React. Slides are available here.
This workshop application is based on create-react-app for client-side code and firebase for hosting and real-time capabilities.
node >= 6.0npm install -g yarnnpm install -g firebase-tools
git clone https://github.com/bolshchikov-public/wazzappcd wazzappyarn installyarn starthttp://localhost:3000
yarn test
- Run
yarn build. It creates a bundle of static files and puts them intobuildfolder. - Run
firebase deploycommand. It takes thebuildfolder and deploys it to firebase cloud. - https://wazzapp-4b5cf.firebaseapp.com
MIT.