All Projects → MargaretKrutikova → reason-minimal-template

MargaretKrutikova / reason-minimal-template

Licence: other
A minimal template for reason react project with webpack configuration

Programming Languages

reason
219 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to reason-minimal-template

Reason Calculator
A calculator built with Reason and reason-react.
Stars: ✭ 110 (+358.33%)
Mutual labels:  reason-react
Reason Graphql Fullstack
Fullstack Reason + GraphQL Todo List App
Stars: ✭ 246 (+925%)
Mutual labels:  reason-react
re-cite
Manage citations from your colleagues , friends, movies, your cat or even yourself.
Stars: ✭ 20 (-16.67%)
Mutual labels:  reason-react
Reroute
a fast, declarative microrouter for reason-react
Stars: ✭ 120 (+400%)
Mutual labels:  reason-react
Bs Material Ui
ReScript bindings for material-ui
Stars: ✭ 185 (+670.83%)
Mutual labels:  reason-react
bs-rsuite-ui-react
Reason bindings for React Suite UI library
Stars: ✭ 26 (+8.33%)
Mutual labels:  reason-react
Timerlab
⏰ A simple and customizable timer
Stars: ✭ 84 (+250%)
Mutual labels:  reason-react
Reason-react-hooks
🧶 Some hooks in ReasonML for reason-react that can be useful
Stars: ✭ 14 (-41.67%)
Mutual labels:  reason-react
Rescript Relay
Use Relay with ReasonML.
Stars: ✭ 214 (+791.67%)
Mutual labels:  reason-react
reason-hooks-testing-library
ReasonML bindings for react-hooks-testing-library
Stars: ✭ 24 (+0%)
Mutual labels:  reason-react
Brisk Reconciler
React.js-like reconciler implemented in OCaml/Reason
Stars: ✭ 124 (+416.67%)
Mutual labels:  reason-react
Fullstack Reason
A demo project that shows a fullstack ReasonML/OCaml app–native binary + webapp
Stars: ✭ 164 (+583.33%)
Mutual labels:  reason-react
re-use
⚛️ 🎣 A collection of hooks for ReasonReact
Stars: ✭ 27 (+12.5%)
Mutual labels:  reason-react
Rescript Recoil
Zero-cost bindings to Facebook's Recoil library
Stars: ✭ 115 (+379.17%)
Mutual labels:  reason-react
reason-react-lazy-loading
Example project to show how to use components lazy loading in ReasonReact
Stars: ✭ 41 (+70.83%)
Mutual labels:  reason-react
Verified React
Automated reasoning for React/ReasonML
Stars: ✭ 104 (+333.33%)
Mutual labels:  reason-react
app-template-rescript-react
Adding ReScript with rescript-react on top of @snowpack/app-template-react
Stars: ✭ 44 (+83.33%)
Mutual labels:  reason-react
reason-catstagram
🐈 Catstagram made with ReasonReact!
Stars: ✭ 31 (+29.17%)
Mutual labels:  reason-react
LifeTime
LifeTime app
Stars: ✭ 35 (+45.83%)
Mutual labels:  reason-react
re-typescript
An opinionated attempt at finally solving typescript interop for ReasonML / OCaml.
Stars: ✭ 68 (+183.33%)
Mutual labels:  reason-react

Reason minimal template

Run Project

npm install
npm start
# in another tab
npm run server

View the app in the browser at http://localhost:8000. Running in this environment provides hot reloading and support for routing; just edit and save the file and the browser will automatically refresh.

To use a port other than 8000 set the PORT environment variable (PORT=8080 npm run server).

Build for Production

npm run clean
npm run build
npm run webpack:production

This will replace the development artifact build/Index.js for an optimized version as well as copy src/index.html into build/. You can then deploy the contents of the build directory (index.html and Index.js).

To enable dead code elimination, change bsconfig.json's package-specs module from "commonjs" to "es6". Then re-run the above 2 commands. This will allow Webpack to remove unused code.

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