An opinionated app shell for ReScript & React progressive web apps
See the codeAn opinionated implementation of the following technologies:
npm install
npm start
open http://localhost:8081

(Video overview coming soon)
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.

ReScript
65.9%
JavaScript
21.8%
HTML
11.4%
An opinionated app shell for ReScript & React progressive web apps
See the codeAn opinionated implementation of the following technologies:
npm install
npm start
open http://localhost:8081

(Video overview coming soon)
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.

ReScript
65.9%
JavaScript
21.8%
HTML
11.4%