Exchange goods and services with people in your area
- Yarn
- Firebase
- Typescript
sh setup.sh
yarn
yarn build
yarn start
cd backend
yarn
yarn watchServe
cd functions
yarn
yarn serve
- 'cd into backend for the following steps'
yarn
yarn watchServe
- Open another terminal window
yarn test
- Frontend runs on port 3000 from webpack dev server
- Backend runs on port 4000 from firebase local functions
- Frontend proxies backend through
proxy
setting inpackage.json
- Run
yarn build
before deploying
react
redux
(withreact-redux
)react-router-redux
(withreact-router
)firebase