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: 21 days ago
JSON representation
An opinionated ReScript React project template
- Host: GitHub
- URL: https://github.com/zeta611/rs-template
- Owner: Zeta611
- Created: 2022-11-02T11:14:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T23:40:56.000Z (about 1 year ago)
- Last Synced: 2025-02-13T02:27:05.964Z (2 months ago)
- Topics: javascript, netlify, react, rescript, tailwindcss, vite, yarn
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReScript Template
[](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`