@herodevs/fortnightly
v1.0.1
Published
Schematics to support fortnightly
Downloads
4
Readme
@herodevs/fortnightly
About
Fortnightly is a Material Study to help showcase the theming abilities of Material Design from Google. This material study utilizes Angular Material components and styles to build an Angular application with the Fortnightly theme.
Installation
To install this package and create a Fortnightly application:
Create an angular workspace with the Angular CLI.
Add this package to the workspace
ng add @herodevs/fortnightly
or
npm install @herodevs/fortnightly
Generate the application
ng g @herodevs/fortnightly:fortnightly-app xxx
NOTE:
xxx
is the name of the application you wish to create
Contribute
To contribute the project please head to the github repository.