Skip to content

rmessickSDI/rh-footer-demo

 
 

Repository files navigation

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 [email protected]: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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.7%
  • JavaScript 20.3%