Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,19 @@ npm install @harperfast/vite-plugin --save-dev
Then, in your Harper applications `config.yaml` paste the plugin:

```yaml
'@harperdb/vite-plugin':
package: '@harperdb/vite-plugin'
'@harperfast/vite-plugin':
package: '@harperfast/vite-plugin'
```


Next, open `package.json` and change the "dev" script to:

```
"dev": "harper run .",
```

Your application will now run on [http://localhost:9926](http://localhost:9926/).

## Tools Used

1. [TypeScript](https://www.typescriptlang.org/) for static typing
Expand Down