Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 484 Bytes

DEPRECATED: Prefer using zerva-project-template.

create-zerva

Create a project using Zerva.

$ npm init zerva <project-name>
$ cd <project-name>
$ npm install
$ npm run dev

If using Yarn:

$ yarn create zerva <project-name>
$ cd <project-name>
$ yarn
$ yarn dev

This package was created using https://github.com/vitejs/create-vite-app as model. Thanks!