All Projects → cironunes → reasonreact-starter

cironunes / reasonreact-starter

Licence: other
Minimal yet powerful ReasonReact template

Programming Languages

javascript
184084 projects - #8 most used programming language
reason
219 projects
C++
36643 projects - #6 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to reasonreact-starter

Reason Scripts
🔰 Create a ReasonML and React development environment
Stars: ✭ 644 (+1851.52%)
Mutual labels:  create-react-app, reasonml
Cordova Create React App
A tutorial on how to set up a Cordova project using Create React App.
Stars: ✭ 167 (+406.06%)
Mutual labels:  create-react-app, starter
rescript-urql
ReScript bindings for Formidable's Universal React Query Library, urql.
Stars: ✭ 230 (+596.97%)
Mutual labels:  reasonml, reasonreact
solar-weather
React Native Weather App w. Realm, Redux, ReasonReact & Forecast.io
Stars: ✭ 13 (-60.61%)
Mutual labels:  reasonml, reasonreact
Generator Create Redux App
Add redux, emotion-js and other useful libraries like react-router in top of create-react-app
Stars: ✭ 137 (+315.15%)
Mutual labels:  create-react-app, starter
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (-18.18%)
Mutual labels:  create-react-app, starter
bs-getenv
ReasonML/BuckleScript PPX for embedding env variables
Stars: ✭ 25 (-24.24%)
Mutual labels:  reasonml
rescript-game-of-life
Game of Life in ReasonML with ReasonReact in 2020
Stars: ✭ 36 (+9.09%)
Mutual labels:  reasonml
djcra
Django ❤️ create-react-app integration example
Stars: ✭ 12 (-63.64%)
Mutual labels:  create-react-app
smart-cloud
基于springboot && springcloud的脚手架,支持服务合并部署与拆分部署、接口加解密签名、日志数据 脱敏、接口数据mock、接口文档自动生成、请求幂等校验、接口日志&&sql日志切面打印、分表分库分布式事务、国际化语言等
Stars: ✭ 167 (+406.06%)
Mutual labels:  starter
11tyby
Simple 11ty setup using TypeScript, SASS, Preact with partial hydration, and other useful things. Aims to provide the DX of Gatsby, but using 11ty!
Stars: ✭ 38 (+15.15%)
Mutual labels:  starter
template-elm-chrome-extension
A template repository for building a chrome extension with webpack and elm.
Stars: ✭ 16 (-51.52%)
Mutual labels:  starter
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (-6.06%)
Mutual labels:  starter
contentful-static-react
A starter kit for building a static website with React as the templating library and Contentful as the CMS.
Stars: ✭ 48 (+45.45%)
Mutual labels:  create-react-app
bs-react-is-visible
A small library that lets you know whether a component is visible on screen or not.
Stars: ✭ 15 (-54.55%)
Mutual labels:  reasonml
nodejs-spider
No description or website provided.
Stars: ✭ 18 (-45.45%)
Mutual labels:  create-react-app
credt
CRDT-like data structures for building distributed, offline-first applications
Stars: ✭ 32 (-3.03%)
Mutual labels:  reasonml
monoreact
📦 React workspaces implementation
Stars: ✭ 13 (-60.61%)
Mutual labels:  create-react-app
REInfer
Runtime Extended Inference for json data.
Stars: ✭ 23 (-30.3%)
Mutual labels:  reasonml
fyi
Map & Explore your organization's System Architecture
Stars: ✭ 28 (-15.15%)
Mutual labels:  create-react-app

ReasonReact Starter

Minimal yet powerful ReasonReact template with batteries included. 🔋

dependencies Status devDependencies Status

Full ReasonReact docs

🎬 Get started

  1. Clone this repository without any history git clone --depth 1 https://github.com/cironunes/reasonreact-starter.git
  2. Run it and jump into the browser to start developing

🏃‍♂️ How to run it?

yarn
yarn dev
# in another tab, run the tests in watch mode
yarn test

Open a new web page to http://localhost:1234/. Change any .re file in src to see the page auto-reload.

📦 What's included?

Feature Description
Folder Structure We included a scalable folder structure. Make sure to check the README files for more details
Routes ReasonReact comes with a Router. The template comes with two examples
Tests Unit & Integration Testing with Jest and React Testing Library
Styles CSS-in-JS with bs-css and re-classnames
Web APIs comming soon
Themes coming soon
Forms coming soon
GraphQL integration coming soon React Apollo (GraphQL)
Authentication coming soon Auth0, Firebase?
Websockets coming soon

🚀 Bundle for Production

yarn build

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].