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.0
npm install -g yarn
npm install -g firebase-tools
git clone https://github.com/bolshchikov-public/wazzapp
cd wazzapp
yarn install
yarn start
http://localhost:3000
yarn test
- Run
yarn build
. It creates a bundle of static files and puts them intobuild
folder. - Run
firebase deploy
command. It takes thebuild
folder and deploys it to firebase cloud. - https://wazzapp-4b5cf.firebaseapp.com
MIT.