@zessjs/cli
v1.1.6
Published
Zess CLI tool 🔨 For easily creating Vite-powered Zess project.
Readme
Zess CLI tool 🔨 For easily creating Vite-powered Zess project.
🚀 Usage
Create a new project
Run the following command to create a new Zess project:
npx -p @zessjs/cli init my-appWhere my-app is the directory where you want to create your project.
Start the development server
After creating your project, navigate to the project directory and start the development server:
cd my-app
npm run devThen open your browser and visit:
- Local: http://localhost:5173/
- Network: use --host to expose
- press h + enter to show help
🔄 Compatibility
The Zess CLI is compatible with:
- Node.js >=18.12.0
