Skip to content

Repository files navigation

Logon Monorepo

This repository contains the Logon API and mobile app in one GitHub-ready monorepo.

Projects

  • api - NestJS backend managed with pnpm.
  • mobile - Expo mobile app managed with npm.
  • web - Reserved for a future web app.

Setup

Install each app's dependencies from the repo root:

npm run install:api
npm run install:mobile

Common Commands

npm run dev:api
npm run dev:mobile
npm run build:api
npm run lint:api
npm run lint:mobile
npm run test:api

Pushing To GitHub

git add .
git commit -m "Set up monorepo"
git remote add origin <your-github-repo-url>
git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages