- Notifications
You must be signed in to change notification settings - Fork1
An opinionated app shell for ReScript & React progressive web apps
License
NotificationsYou must be signed in to change notification settings
persianturtle/rescript-react-boilerplate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An opinionated implementation of the following technologies:
- ReScript & React
- Simple routing usingReScript's built in router
- Quick and dirty route transitions viaReactTransitionGroup
- Choose betweenEmotion,Sass orstyled-ppx for styling
- http-server for a quick and easy development server
- esbuild for fast bundling
- Automatically generatedServiceWorker for rich offline experiences (here's a greatin-depth course on the topic)
npm installnpm startopen http://localhost:8081
(Video overview coming soon)
Since we're using ReScript and esbuild, our build times are fast.
Because of this, we usechokidar (a cross-platform file watcher) to watch for changes and then rebuild thedist directory on every change. Thedist directory is the same whether in development or in production.
The build should work on macOS, Windows & Linux.
About
An opinionated app shell for ReScript & React progressive web apps
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.

