Personal Website Development server (no blog content) Start Angular development server on http://localhost:4200 npm start Build (with blog content) Build Angular app npm run build Build static site with blog content npm run scully Serve static site on http://localhost:1668 npm run scully:serve