Logo

Cake Planner

Frontends

CakePlanner Frontend

This monorepo project was generated using Angular CLI version 21.0.1.


Table of Contents


Clone the Repository

git clone https://github.com/Zheng-Bote/cake-planner-frontends.git
cd cake-planner-frontends

Build

To build the project, run the following command:

nvm use --lts
npm install

Development server

To start the local development instances, run:

nvm use --lts
ng serve admin-panel --port 4201
ng serve user-app

Production build

ng build --project user-app --base-href / --configuration production

## Testing

PWA testing locally is very limited to localhost, because it requires a secure context (HTTPS).

```bash
npm install -g http-server

```bash
ng build --project user-app --base-href / --configuration production
http-server ./dist/user-app/browser --port 8080 --proxy http://localhost:4201