From 6841afb9d36b53795bd3c0cf94878cddb5ecfea2 Mon Sep 17 00:00:00 2001 From: Michael Hladky <10064416+BioPhoton@users.noreply.github.com> Date: Sun, 3 Mar 2024 23:11:40 +0100 Subject: [PATCH] Update README.md (#284) --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 0090bb49..c95be6d1 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,7 @@ Clone and install the dependencies for `angular-movies` locally: ## Running locally -- `npm run build:dev`: dev build -- `npm run build:prod`: production build -- `npm run build:prod:ssr`: production build for SSR -- `npm run start`: serve the project locally for development -- `npm run start:ssr:dev`: serve the project locally SSR for development -- `npm run start:ssr:prod`: serve the project locally SSR for production -- `npm run analyze:bundlesize`: bundle size analysis +- `nx run movies:serve`: dev server ## Tech Stack