{"id":16158150,"url":"https://github.com/typeofweb/reason-react-simple-starter","last_synced_at":"2025-09-12T22:31:37.974Z","repository":{"id":144769407,"uuid":"99007102","full_name":"typeofweb/reason-react-simple-starter","owner":"typeofweb","description":"Simple starter repository for ReasonML + React (webpack included)","archived":false,"fork":false,"pushed_at":"2018-11-30T12:06:25.000Z","size":3605,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T11:50:35.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mmiszy.github.io/reason-react-simple-starter/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/typeofweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-01T13:56:54.000Z","updated_at":"2021-09-27T21:04:56.000Z","dependencies_parsed_at":"2024-05-04T22:23:13.479Z","dependency_job_id":"452b8545-1161-48c4-9f63-ef95d7f5531e","html_url":"https://github.com/typeofweb/reason-react-simple-starter","commit_stats":null,"previous_names":["typeofweb/reason-react-simple-starter","mmiszy/reason-react-simple-starter"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/typeofweb/reason-react-simple-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typeofweb%2Freason-react-simple-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typeofweb%2Freason-react-simple-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typeofweb%2Freason-react-simple-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typeofweb%2Freason-react-simple-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typeofweb","download_url":"https://codeload.github.com/typeofweb/reason-react-simple-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typeofweb%2Freason-react-simple-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274886731,"owners_count":25368226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T01:53:07.260Z","updated_at":"2025-09-12T22:31:37.614Z","avatar_url":"https://github.com/typeofweb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reason React Simple Starter\n\nWelcome Reason React Simple Starter! It's a project created to help you start your journey with React using ReasonML (duh). It uses `webpack`.\n\n## FAQ\n### What's ReasonML?\n[Reason](https://reasonml.github.io) is a typed programming language created by Facebook. Technically speaking it's a front-end for Ocaml. One of the most important features of Reason is powerful and safe type inference. That's what makes ReasonML an interesting alternative to JavaScript, TypeScript or Flow.\n\n### Why ReasonML?\nYou can read more about it here: https://reasonml.github.io/docs/en/what-and-why.html\n\n### Motivation\nThis starter project is meant to solve the most common problems when creating a new Reason project:\n\n* It comes with a predefined configuration which is ready to use\n* It allows you to use any JavaScript libraries through `npm` hassle-free\n* It doesn't create tons of temporary JS files when compiling\n\n## Getting started\n### Prerequisites\nYou'll need `node` and `npm`. This project was tested on `node 8` and `npm 5` but any newer should be just fine!\n\n### Installation\nDownload the repository and run `npm install`. This will install all dependencies and set everything up. You're ready to go!\n\n## Development\nRun `npm start`. This command starts `webpack-dev-server` which in turn:\n\n* Compiles all Reason files thanks to `bs-loader`\n* Starts `webpack` in a watch mode\n* Runs a server at http://localhost:8081/\n\nEffectively, whenever you make any changes in Reason sources, they get automatically compiled to JS — `webpack` picks the new files and bundles into a single file `main.js` inside `/bundledOutputs` dir. This file is ready to be used in the browser (see `/index.html`).\n\n## Dev build\nRun `npm run build`.\n\n## Production build\nFor faster and smaller bundle try running `npm run prod`.\n\n# Demo\n[https://mmiszy.github.io/reason-react-simple-starter/](https://mmiszy.github.io/reason-react-simple-starter/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypeofweb%2Freason-react-simple-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypeofweb%2Freason-react-simple-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypeofweb%2Freason-react-simple-starter/lists"}