Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeta611/rs-template
- Owner: Zeta611
- Created: 2022-11-02T11:14:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T23:40:56.000Z (9 months ago)
- Last Synced: 2024-04-19T00:31:54.705Z (9 months ago)
- Topics: javascript, netlify, react, rescript, tailwindcss, vite, yarn
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`