Dependency
- Nodejs
- Firebase cli
npm install -g firebase-tools
Please login with your google account
firebase login
firebase init
choose your project name. ex: overpartylab
We use React.js to build our webapp. Source code are in /app folder.
yarn install
yarn start
yarn build
The deploy script will build frontend code first. Then run the deploy by using firebase-cli.
yarn deploy