emranio / vite-tailwind-scss-boilerplate

vite-tailwind-scss-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite Tailwind SCSS AlpineJs boilerplate

Ready-to-use boilerplate for creating landing pages built on top of Vite, Tailwind, SCSS, and Alpine.

start

git clone this_repository
cd this_directory
npm i
npm start

build

npm run build

then grab everything from the dist folder

change server port

Just change the port number in vite.config.js file

export default {
    ...
    server: {
        port: 5140, // change this to your desired port
    }
    ...
}

configure tailwind

There is a tailwind.config.js file with purge instructions and extra colors, feel free to customize it according to your need

About

vite-tailwind-scss-boilerplate

License:MIT License


Languages

Language:JavaScript 75.1%Language:HTML 21.3%Language:SCSS 3.5%