create-hostic

Creates a static web site powered by Hostic


License
MIT
Install
npm install create-hostic@0.10.1

Documentation

create-hostic

Create a static web site using Hostic.

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

If using Yarn:

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

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