A reference stylesheet of the colors I used for my projects.
If you like what I do, then please consider supporting me on Liberapay.
The website pulls all of the colors from a JSON file stored on a static website and generates the pages and swatches as the file specifies.
- You can share a color from the color swatch generator with the link
https://colors.justinschaaf.com/g/{COLOR}
, with{COLOR}
being replaced with the color you want to share (e.g.https://colors.justinschaaf.com/g/446688
).
This is directly from the default Angular project README. All credit to the original authors.
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 --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.