Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 431 Bytes

File metadata and controls

29 lines (20 loc) · 431 Bytes

Vite ReScript Template

Use this template

click on "Use this template" or use npx :)

# create with clone project
npx degit rescriptbr/vite-rescript-starter my-app

# enter in app folder
cd my-app

# install dependency
npm install

Development

To development is require compile rescript + run vite:

# compile rescript with watch mode
npm run res:dev

# open new tab
# run vite dev
npm run dev