Skip to content

Starterkit using Vite with pre-configured Sass and Post-CSS

Notifications You must be signed in to change notification settings

macx/vite-starterkit

Repository files navigation

Vite Starterkit

Start developing is possible within seconds with Vite: yarn create vite. This Startkit however comes preconfigured with Sass, PostCSS and Autoprefier.

Prerequisites

In order to work with this Repository, please install Node and Yarn, if not happened before. Make sure, both is available.

$ npm install -g yarn
$ npm -v && yarn -v

Installation

If your Computer is ready-to-go, clone this Repository and install it's dependencies.

$ git clone https://github.com/macx/vite-starterkit.git
$ cd vite-starterkiet && yarn install

Development

Vite will open your website in the browser and will watch file changes.

$ yarn dev

Build

$ yarn build
$ yarn preview