Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 748 Bytes

File metadata and controls

32 lines (23 loc) · 748 Bytes

Pre-requsites

  • install node.js
  • install pnpm
  • pnpm install -g @angular/cli
  • pnpm i -g @nestjs/cli

Installation

ng new frontend --package-manager=pnpm use Sass(Scss) Do you want to enable Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering)? NO ✔ Do you want to create a 'zoneless' application without zone.js? No ? Which AI tools do you want to configure with Angular best practices? https://angular.dev/ai/develop-with-ai (Press to select, to toggle all, to invert selection, and to proceed)

cursor

Installing

pnpm i @capacitor/core pnpm i -D @capacitor/cli

pnpm i -g @ionic/cli pnpm install @ionic/angular@latest --save ng add @ionic/angular

backend

nest new backend