Skip to content
/ html-css-template Public template

an html and css template repo for creating basic html and css projects

License

Notifications You must be signed in to change notification settings

OMOTAYO05/html-css-template

Repository files navigation

Project Name

One paragraph statement about the project.

screenshot

Additional description of the project and its features.

Built With

  • Major languages,
  • frameworks,
  • technologies used

Live Demo

Live Demo Link

Development (Running locally)

  • Clone the project
git clone https://github.com/bolah2009/html-css-template.git
  • Install Dependencies
yarn install

To run StyleLint by itself, you may run the lint task:

yarn lint:check

Or to automatically fix issues found (where possible):

yarn lint

You can also check against Prettier:

yarn format:check

and to have it fix (to the best of its ability) any format issues, run:

yarn format

You can also check against HTML Validator (htmlhint):

yarn lint:html

To generate an accessibility report for this webpage, run the below command, it uses axe:

yarn axe

Style Guides

👤 Author

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration, resources/assets used
  • etc

📝 License

MIT licensed.

About

an html and css template repo for creating basic html and css projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published