The goal of this project is to provide a minimal base for alt:V projects. This project aims to minimize boilerplate code, build time and finally valuable development time.
Getting started with this starter project couldn't be easier. It consists of a single step:
# Yarn
yarn install
# NPM
npm install
Building your resource also requires only a single command:
# Yarn
yarn build
# NPM
npm run build
To add support for SASS/SCSS, you simply have to install the SASS package:
yarn add -D sass
Parcel will take care of the rest. That means: No configuration required π