Check out https://github.com/MikeQDev/landing-page-gen-jekyll/ instead
Image below, in case archiving repo removes GHPages
Quickly generate landing pages based on premade components
npm install
to install dependencies- Update
src/app/index.html
to set page title and metatags - Update
src/app/app.component.{html,ts}
to configure page content - Update
src/variables.scss
andsrc/variables.ts
to set color scheme and mobile-width - Update
src/favicon.ico
to use a custom favicon ng serve [--host 0.0.0.0]
to view page- Deploy
ng build && scp -r dist/landing-page/ x@y.com:
TODO: explore breaking out components into separate librraries, for easier versioning & updating
This project was generated with Angular CLI version 13.0.3.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.