Boilerplate for creating Doz app with ViteJS
$ git clone https://github.com/dozjs/doz-app-starter.git your-app
Install dependencies
$ npm install
- Front-end
-
Development:
dev
-
Production:
buildpreview
-
Increase version number and push to GIT (automatically build for production)
release:major(publish a major)release:minor(publish a minor)release:patch(publish a patch)
doz-app-starter is open-sourced software licensed under the MIT license