QuiiBz / cross-2d0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross 2d0

Lint

Subject: here

How to setup

React Native App

  • Move to the app directory: cd app
  • Install dep: yarn
  • Start expo: yarn start

Express Server

  • Move to the server directory: cd server
  • Install dep: yarn
  • Copy and edit .env values: cp .env.example .env
  • Push the prisma schema: npx prisma db push --preview-feature
  • Start the server: yarn start

About


Languages

Language:JavaScript 87.5%Language:CSS 11.9%Language:Shell 0.6%