Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
You start a deployment with one of 4 commands:
npm run deploy
: This will build the project and push the generated website to the gh-pages branch.npm run deploy:patch
: This will create a Semver patch version, push the version bump and the git tag to master and runnpm run deploy
npm run deploy:minor
: Same as above, only with a minor versionnpm run deploy:major
: Same as above, only with a major version