purs-vite-template
v0.0.23
Published
Simple template for getting up and running with vite and purescript.
Downloads
2
Readme
purs-vite-template
Simple template for getting up and running with vite and purescript.
Quickstart
cd ./purs-vite-template
npm i
npm run compile
npm run dev
Now you can make changes to src/main
or other files and have the browser do live reloads based on changes to your purescript code.