All Projects → persianturtle → rescript-react-boilerplate

persianturtle / rescript-react-boilerplate

Licence: MIT License
An opinionated app shell for ReScript & React progressive web apps

Programming Languages

ReScript
86 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to rescript-react-boilerplate

angular-pwa-starter
Lightweight starter 'ng init' with added app shell features (sw-precache, web app manifest).
Stars: ✭ 22 (-64.52%)
Mutual labels:  pwa, starter-kit
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (-22.58%)
Mutual labels:  pwa, starter-kit
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (+519.35%)
Mutual labels:  pwa, starter-kit
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+2856.45%)
Mutual labels:  emotion, starter-kit
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+2911.29%)
Mutual labels:  pwa, starter-kit
Preact Cli
😺 Your next Preact PWA starts in 30 seconds.
Stars: ✭ 4,510 (+7174.19%)
Mutual labels:  pwa, starter-kit
Vue Firebase Starter
boilerplate of vue/vuex/vue(x)-router, with sass/prerendering, muse-ui, and firebase/firebaseui
Stars: ✭ 43 (-30.65%)
Mutual labels:  pwa, starter-kit
Reason App Shell Starter Kit
A simple App Shell starter kit that you can use to get started building your PWA with ReasonML & ReasonReact.
Stars: ✭ 49 (-20.97%)
Mutual labels:  pwa, starter-kit
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+2043.55%)
Mutual labels:  pwa, starter-kit
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (+46.77%)
Mutual labels:  pwa, starter-kit
Ui
🏁🌐 Frontend Svelte PWA starter for SaaS startups
Stars: ✭ 200 (+222.58%)
Mutual labels:  pwa, starter-kit
Preact Minimal
🚀 Minimal preact structure
Stars: ✭ 136 (+119.35%)
Mutual labels:  pwa, starter-kit
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (+274.19%)
Mutual labels:  pwa, starter-kit
smix-eleventy-starter
A standards-respecting starter kit for Eleventy. Go Indie.
Stars: ✭ 108 (+74.19%)
Mutual labels:  starter-kit
go8
Go + Postgres + Chi Router + sqlx + ent + unit testing Starter Kit for API Development
Stars: ✭ 103 (+66.13%)
Mutual labels:  starter-kit
PSCognitiveService
Powershell module to access Microsoft Azure Machine learning RESTful API's or Microsoft cognitive services
Stars: ✭ 46 (-25.81%)
Mutual labels:  emotion
bem-express
BEM project-stub with BEMTREE and express
Stars: ✭ 45 (-27.42%)
Mutual labels:  starter-kit
tangerine-monorepo
A "fast" TypeScript-based Node.js monorepo setup powered by esbuild & turborepo
Stars: ✭ 191 (+208.06%)
Mutual labels:  esbuild
modernization-cookbook-template
Starter Cookbook for Application Modernization and Replatforming Engagements
Stars: ✭ 14 (-77.42%)
Mutual labels:  starter-kit
fly-kit-preact
A starter kit for building offline / SPA / PWA apps with Preact
Stars: ✭ 28 (-54.84%)
Mutual labels:  starter-kit

Rescript React Boilerplate

An opinionated implementation of the following technologies:

CSS Flavors

Getting Started

npm install
npm start
open http://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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].