RedHat-UX / rh-footer-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please see the Red Hat Design System repository for official documentation: https://github.com/RedHat-UX/red-hat-design-system/tree/main/elements/rh-footer

rh-footer Demo

This app is an example of how to import and use the <rh-footer> via npm.

preview | docs

Quick start

Clone repo

git clone git@github.com:RedHat-UX/rh-footer-demo.git
cd rh-footer-demo

Install

npm install

Start dev server

npm run start

Development

Built with open-wc recommendations

Scripts

  • start runs your app for development, reloading on file changes
  • start:build runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Web Test Runner
  • lint runs the linter for your project
  • format fixes linting and formatting errors

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

About

License:MIT License


Languages

Language:HTML 84.1%Language:JavaScript 15.9%