Skip to content

dfrios/tailwindcss-base

Repository files navigation

tailwindcss-base

Base to create a website using TailwindCSS + Vite (Non React)

Directions

  1. Clone repository
git clone git@github.com:dfrios/tailwindcss-base.git
  1. Install dependencies
yarn

You also may use:

yarn install
  1. You should get a folder structure like this:
├── index.html
├── node_modules
│   ├── ...
├── package.json
├── postcss.config.js
├── public
│   └── vite.svg
├── README.md
├── src
│   ├── css
│   │   └── style.css
│   ├── fonts
│   ├── img
│   │   ├── isotipo.png
│   │   └── typescript.svg
│   ├── js
│   │   └── main.ts
│   └── vite-env.d.ts
├── tailwind.config.js
├── tsconfig.json
└── yarn.lock

  1. That's it!

Files to customize

index.html

This is the base file and it's the entry point to the project. It's the file where HTML is written in your landing.

css/style.css

The file where styles are written.

js/main.ts

The file where JavaScript code is written.

About

Base to create a website using TailwindCSS + Vite (Non React)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors