# Installing

To install visi.js you can either use npm or npx, or pnpm

```bash
npm i visiapp@latest -g
npx visiapp@latest create <name>
pnpm add visiapp@latest
```

This installs <https://www.npmjs.com/package/visiapp> which is a cli app, made to make life easier with importing Visi & components&#x20;

Next you can run the `serve` method using `visiapp` which runs a http and https webpage that auto minifies files when user visits the page.

```bash
visiapp serve // in the main directory!
```
