create-hostic
v0.10.1
Published
Creates a static web site powered by Hostic
Readme
create-hostic
Create a static web site using Hostic.
$ npm init hostic <project-name>
$ cd <project-name>
$ npm install
$ npm run devIf using Yarn:
$ yarn create hostic <project-name>
$ cd <project-name>
$ yarn
$ yarn devThis package was created using https://github.com/vitejs/create-vite-app as model. Thanks!
