https://ng-caryll.firebaseapp.com
Run yarn to install dependencies.
Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you
change any of the source files.
Run yarn run remark-documents to update the markdown content while developing. This script also provides markdown
syntax suggestions.
Run yarn run lunr-index to update the search index while developing.
Run yarn run prestart to run both of the above scripts with one command.
Run yarn run retext-documents for content grammar suggestions.
Run yarn build to build the project. The build artifacts will be stored in the dist/ directory.
Run firebase deploy --project ng-caryll to deploy to the project to Firebase
for the world to see. You must build the application first.
Run yarn test to execute the unit tests via Karma.
Run yarn e2e to execute the end-to-end tests via Protractor.
Testing is non-existent. I'm waiting for Testing Angular Applications. Sorry!