- 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.
npx degit jihchi/vitejs-template-react-rescript my-vitejs-react-rescript
cd my-vitejs-react-rescript
npm i
npm start