Skip to content

persianturtle/rescript-react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rescript React Boilerplate

An opinionated implementation of the following technologies:

CSS Flavors

Getting Started

npm install
npm start
open http:https://localhost:8081

Demo

Demo

Tutorial

(Video overview coming soon)

Development Environment

Since we're using ReScript and esbuild, our build times are fast.

Because of this, we use chokidar (a cross-platform file watcher) to watch for changes and then rebuild the dist directory on every change. The dist directory is the same whether in development or in production.

The build should work on macOS, Windows & Linux.

Demo