Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 807 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 807 Bytes

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