Simple Angular app for investigating quotes of wise men, old philosophers and great minds.
See live on GitHub Pages or on Stackblitz.
This project uses currently Angular 10.2.1 and was originally generated with Angular CLI.
The Quotes itself can be found in the assets directory here
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --configuration=production
flag for a production build. Deploy to GitHub pages with
git checkout gh-pages
git merge master
ng build quote-inspector --configuration=production --base-href=https://jochenfromm.github.io/QuoteInspector/
ngh
Run ng test
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.