Skip to content

jluterek/tailwind-ecommerce-template

Repository files navigation

Tailwind CSS Ecommerce Template

An E-commerce site template, implemented with TailwindCSS, HTML, css.gg Icons, and very light interaction from alpine.js.

If you find this useful, please consider giving the project a star.

Demo

You can view the template at https://jluterek.github.io/tailwind-ecommerce-template/.

Contributing

Thank you for your interest in contributing to this project! We welcome contributions from everyone, whether it's a typo fix or a new feature. Before getting started, please take a moment to review the following guidelines.

Getting Started

To contribute, first fork the repository and clone it to your local machine.

git clone git@github.com:jluterek/tailwind-ecommerce-template.git

Install project dependencies

npm install

To build the TailwindCSS run:

npm run build:css

To serve the website locally the project uses five-server run:

npm run serve

You can run the server and TailwindCSS build concurrently with:

npm run start

To push your changes back, open a pull request against the main branch of this repository. Please include a description of your changes along with a screenshot for review.

Issues and Bugs

If you find a bug or want to request a new feature, please open an issue on GitHub.

License

By contributing to this project, you agree that your contributions will be licensed under the project's MIT License.

Contact