{"id":13498302,"url":"https://github.com/katmai7/reason-react-rollup-starter-kit","last_synced_at":"2025-03-29T00:34:14.095Z","repository":{"id":85014273,"uuid":"121032332","full_name":"katmai7/reason-react-rollup-starter-kit","owner":"katmai7","description":"Reason-react starter kit","archived":false,"fork":false,"pushed_at":"2018-02-17T13:35:17.000Z","size":72,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-24T23:28:45.448Z","etag":null,"topics":["reason-react","rollup","starter-kit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/katmai7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-02-10T16:30:31.000Z","updated_at":"2022-02-05T00:51:12.000Z","dependencies_parsed_at":"2023-03-08T16:30:39.833Z","dependency_job_id":null,"html_url":"https://github.com/katmai7/reason-react-rollup-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmai7%2Freason-react-rollup-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmai7%2Freason-react-rollup-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmai7%2Freason-react-rollup-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katmai7%2Freason-react-rollup-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katmai7","download_url":"https://codeload.github.com/katmai7/reason-react-rollup-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122259,"owners_count":20726822,"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","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":["reason-react","rollup","starter-kit"],"created_at":"2024-07-31T21:00:21.657Z","updated_at":"2025-03-29T00:34:13.795Z","avatar_url":"https://github.com/katmai7.png","language":"JavaScript","funding_links":[],"categories":["Reason"],"sub_categories":["Starter Kits"],"readme":"# Reason-react starter kit\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n\nReason starter kit for creating react library.\n\n## Getting started\nClone this repository and install its dependencies:\n\n```bash\ngit clone https://github.com/katmai7/reason-react-rollup-starter-kit.git\ncd reason-react-rollup-starter-kit\nyarn install\n```\n\n## NPM scripts\n - `yarn dev` build lib in dev mode\n - `yarn build` build lib for production\n - `yarn example` run example server\n - `yarn test` run tests\n - `yarn clean` cleaning project\n\n### Development\nRunning the following command will open your default browser to `example/index.html`.\nAny modifications inside `./src` trigger a browser refresh.\n\n```bash\nyarn dev\n```\n\n### Production\nRunning the following command will build `./src/index.re` to `./dist/your_lib_name.(cjs|es6|umd).js`.\n\n```bash\nyarn build\n```\n\n### Example app\nThe example app is running with the webpack as one of the main builders for web apps.\nNote that example app needs to build `./src/index.re` file, so before running the example app, run `yarn dev`.\n\n```bash\nyarn dev\nyarn example\n```\n\n### Testing\nRunning the following command will run tests with Jest framework.\n\n```bash\nyarn test\n```\n\n### Cleaning\nRunning the following command will clean project folders that are created by bucklescript and dist/temp/(folders you don't need to commit) folders.\n\n```bash\nyarn clean\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatmai7%2Freason-react-rollup-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatmai7%2Freason-react-rollup-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatmai7%2Freason-react-rollup-starter-kit/lists"}