# install dependencies
npm install
# run development server
npm start
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
# generate production build. produced artifacts
# will be located in `/dist` directory
npm run build
# serve and open in a browser
npm run serve-build