After purchasing and downloading the TechPort – IT Startup & Portfolio Modern Angular 18 Template from TemplateMonster, extract the ZIP file.
/my-demo ├── src/ ├── angular.json ├── package.json ├── README.md ├── ...
Open the extracted folder in the terminal and run:
npm install
If you face dependency issues, try:
npm install --legacy-peer-deps
Start the development server:
npm start
or
ng serve
🔹 Default URL: http://localhost:4200/
For production build, run:
npm run build
To enable SSR:
npm run serve:ssr:my-demo
Initialize Capacitor:
npx cap init my-demo com.example.myapp
Add Platforms:
npx cap add android
npx cap add ios
Sync and Open the App:
npx cap sync
npx cap open android
npx cap open ios
sudo npm install
npm install --legacy-peer-deps
Start building your Angular + Capacitor app today!