The best way to start a vanilla site 🪄
A CLI tool for creating vanilla websites easily.
Vanilla = html + css/tailwind + js/ts
- Clone the repository
- Run
yarn install
- Run
yarn build
on the root directory - Run
npm link
on the root directory - Run
create-vanilla-site
anywhere on your system