LeDragoX / nlw-setup-ignite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLW Setup Ignite

Server

cd server
npm install
npm run dev

Web

cd web
npm install
npm run dev

Mobile

cd mobile
npm install -g expo-cli
npm install
npx expo start # or npm run android

Make sure the server is running on your network!

Configuration

On mobile/src/lib/axios.ts change the ip to 0.0.0.0 or 127.0.0.1 or the one showed in expo (except the port).

Standalone APK

https://expo.dev/artifacts/eas/dJUX2HiHibyFK3Prbqc4DN.apk

About


Languages

Language:TypeScript 95.0%Language:JavaScript 4.0%Language:HTML 0.9%Language:CSS 0.1%