- Create-React-App
- Material-UI v4, AtomicCSS using Box
- React-apollo, react-apollo-hooks
- Formik for forms
- Yup for form schema validation
- React-Router with route authentication verification
yarn install
cd backend
yarn docker:up
in a new terminal / window
yarn prisma:deploy
cd backend
yarn dev
in a new terminal / window
cd frontend
yarn start
- Front is hosted on Firebase Hosting
- Back is hosted on Google Cloud App Engine
MIT