Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 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
8 changes: 1 addition & 7 deletions templates/rescript-template-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ This is a Vite-based template with following setup:

## Development

Run ReScript in dev mode:

```sh
npm run res:dev
```

In another tab, run the Vite dev server:
Run the Vite dev server and ReScript in dev mode:

```sh
npm run dev
Expand Down
Loading