Skip to content

sasknot/learn-nlw3-happy

Repository files navigation

Learn Next Level Week #3 Happy

Requirements

or

Install

  • npm ci in each folder (api, web and mobile)

Development

API

  • cd api && npm run dev

  • or simply docker-compose up api

Web

  • cd web

  • Create a .env file and copy the contents of .env.default to it

  • npm start

  • or simply docker-compose up web

Mobile

  • npm start

https://github.com/Rocketseat/expo-common-issues

TODO

  • Implement Happy 2.0
  • General refactor
  • Implement tests
  • A bootstrap command for them all