tc96 vitewind is html starter with tailwindcss, vanillajs and vitejs
Technologies | Project | Layout | Installation
This project was developed with the following technologies:
Config
Contains the following pages, sections and components:
Pages
- List pages;
Components
- List components;
You can view the project layout through Figma File.
You will need to create an account in Figma Figma to access.
Prerequisite
- Nodejs
- npm or pnpm
With npm
npm install
With pnpm
pnpm i
Quick commands
# dev server start
npm run dev or pnpm dev
# production build
npm run build or pnpm build