Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeta611/rs-template

An opinionated ReScript React project template
https://github.com/zeta611/rs-template

javascript netlify react rescript tailwindcss vite yarn

Last synced: about 2 months ago
JSON representation

An opinionated ReScript React project template

Awesome Lists containing this project

README

        

# ReScript Template

[![Netlify Status](https://api.netlify.com/api/v1/badges/APIKEY/deploy-status)](https://app.netlify.com/sites/WEBSITE/deploys)

Bun + Vite + Tailwind CSS + ReScript 11 + open RescriptCore + ES6 module + Netlify ready

## Installation

```sh
bun install
```

## Scripts

- Build & watch: `bun run build:watch`
- Vite: `bun run dev`
- All-together: `bun run start`