Clone this repository https://github.com/LeonardoBonetti/next-level-week.git
Run:
cd server`
npm install //or yarn install
npm run dev //or yarn dev
Browse: http://localhost:3333
Observation: Before running, remember to start the backend for this project.
Run:
cd web
npm install //or yarn install
npm run dev //or yarn dev
Browse: http://localhost:3001
Observation: Before running, remember to start the backend for this project.
Run:
npm install -g expo-cli //install expo globaly
cd mobile
npm install //or yarn install
npm run dev //or yarn dev
If you are going to use an emulator, just press w
to run on
If you are going to use your smartphone, enter the Expo application and scan the QRcode
WIP
WIP
WIP
This project is under the MIT license. See the LICENSE for details.
Made by Leonardo Bonetti