vitejs-template-react-rescript
vitejs-template-react-rescript copied to clipboard
Integrating ReScript and rescript-react into the official Vite React template
Vite React ReScript Starter
- Vite: Next Generation Frontend Tooling
- React: A JavaScript library for building user interfaces
-
ReScript: The JavaScript-like language you have been waiting for. (previously known as BuckleScript and Reason)
- @jihchi/vite-plugin-rescript: Integrate ReScript with Vite seamlessly
-
vitest: A blazing fast unit-test framework, powered by Vite ⚡️
- rescript-vitest: ReScript bindings to Vitest
- React Testing Library: Helps you test UI components in a user-centric way.
Getting Started
npx degit jihchi/vitejs-template-react-rescript my-vitejs-react-rescript
cd my-vitejs-react-rescript
npm i
npm start