You can see the original layout by @tiagoluchtenberg for the application on Figma:
- NodeJS
- ReactJS
- React Native
- Styled Components
# Run Server:
$ cd server/
$ yarn install
$ yarn start
# Run Web:
cd web/
$ yarn install
$ yarn start
# Run Mobile:
$ cd mobile/
$ yarn install
$ yarn start