dozjs / doz-app-starter

Boilerplate for creating Doz app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doz-app-starter

Boilerplate for creating Doz app with ViteJS

Install

$ git clone https://github.com/dozjs/doz-app-starter.git your-app

Install dependencies

$ npm install

This project includes following modules:

Scripts

  • Development:

    • dev
  • Production:

    • build
    • preview
  • 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)

License

doz-app-starter is open-sourced software licensed under the MIT license

Author

Fabio Ricali

About

Boilerplate for creating Doz app


Languages

Language:JavaScript 80.6%Language:CSS 12.7%Language:HTML 6.7%