JPBlancoDB / nx-angular-ionic-nest

POC of monorepo using Nx with Angular + Ionic + NestJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POC Monorepo with Nx + Angular + Ionic + NestJs

Development server

  • For dev server (web + backend) run
ng serve web & ng serve backend

Navigate to http://localhost:4200/ for the frontend. The app will automatically reload if you change any of the source files. Backend endpoint is http://localhost:5000/api (the proxy is already configured).

  • For mobile run
ng run ionic & ng serve backend

Migrations

For running the migrations you need Liquibase. The migrations project was generated using liquibase-cli.

About

POC of monorepo using Nx with Angular + Ionic + NestJs


Languages

Language:TypeScript 93.6%Language:JavaScript 3.1%Language:HTML 2.1%Language:CSS 1.2%