Start developing is possible within seconds with Vite: yarn create vite
. This Startkit however comes preconfigured with Sass, PostCSS and Autoprefier.
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
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
Vite will open your website in the browser and will watch file changes.
$ yarn dev
$ yarn build
$ yarn preview