Skip to content

Files

Latest commit

f71907a · Feb 8, 2021

History

History
30 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 402 Bytes

create-vat-starter

A ViteJS, AlpineJS, TailwindCSS starter repo to get you up and running quick without using up much space.

Clone the starter.

$ git clone https://github.com/vaibks/create-vat-starter <app-name>

Install the dependencies

$ yarn
# or
$ npm i

Start up a dev server

$ yarn dev

Build production files

$ yarn build