HTML+Tailwind+Vite Starter

Summary

This starter template is for automating the process of building small or static website projects.

Tailwind CSS is set up and configured with Vite.JS - a rapid development tool for modern web projects that focuses on speed and performance by improving the development experience.

Getting Started

  1. Clone the repository
git clone {{ git repository }} {{ working project folder }}
  1. Open the project in Visual Studio Code

  2. Open a new terminal in Visual Studio Code and install the project dependencies

yarn
  1. Run the project using the Vite.JS server
yarn dev
  1. Optimize for production
yarn build

Technologies Used

  1. HTML
  2. Tailwind CSS
  3. Vite.JS