0.0.7 • Published 4 months ago
create-ziko-app v0.0.7
Quick Start
npx create-ziko-app my-app
cd my-app
npm run dev
Output
<!-- my-app
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
├── config
│ ├── build
│ │ ├── rollup.config.js
│ ├── dev
│ │ ├── rollup.config.js
└── src
├── main.js
``` -->
## Scripts
#### npm start
#### npm run dev
#### npm run build
<!-- ## Kit
## Vite -->