Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jihchi/vitejs-template-react-rescript

Integrating ReScript and rescript-react into the official Vite React template
https://github.com/jihchi/vitejs-template-react-rescript

boilerplate react reactjs rescript rescript-react template vite vite-template vitejs

Last synced: 2 months ago
JSON representation

Integrating ReScript and rescript-react into the official Vite React template

Lists

README

        

# Vite React ReScript Starter

- [Vite](https://vitejs.dev): Next Generation Frontend Tooling.
- [React](https://reactjs.org): A JavaScript library for building user interfaces.
- [ReScript](https://rescript-lang.org): The JavaScript-like language you have been waiting for. (previously known as BuckleScript and Reason)
- [@jihchi/vite-plugin-rescript](https://github.com/jihchi/vite-plugin-rescript): Integrate ReScript with Vite seamlessly.
- [vitest](https://vitest.dev/): A blazing fast unit-test framework, powered by [Vite](https://vitejs.dev) ⚡️.
- [rescript-vitest](https://github.com/cometkim/rescript-vitest): ReScript bindings to Vitest.
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/): Helps you test UI components in a user-centric way.
- [Tailwind CSS](https://tailwindcss.com): A utility-first CSS framework for rapid UI development.

## Getting Started

```sh
npx degit jihchi/vitejs-template-react-rescript my-vitejs-react-rescript
cd my-vitejs-react-rescript
npm install
npm start
```

## Alternatives

- [rescript-lang/create-react-app](https://github.com/rescript-lang/create-rescript-app)

## Contributors

Many thanks for your help!



The image of contributors is made with [contrib.rocks](https://contrib.rocks).