{"id":20779641,"url":"https://github.com/smartlogic/learn-react","last_synced_at":"2026-05-27T21:31:21.111Z","repository":{"id":66730702,"uuid":"42978559","full_name":"smartlogic/learn-react","owner":"smartlogic","description":"Bare bones starting point for learning React by doing","archived":false,"fork":false,"pushed_at":"2015-09-28T22:23:24.000Z","size":148,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-01-19T16:46:28.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/smartlogic.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}},"created_at":"2015-09-23T04:35:54.000Z","updated_at":"2015-09-23T04:37:27.000Z","dependencies_parsed_at":"2023-03-05T16:00:38.996Z","dependency_job_id":null,"html_url":"https://github.com/smartlogic/learn-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smartlogic/learn-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Flearn-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Flearn-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Flearn-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Flearn-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartlogic","download_url":"https://codeload.github.com/smartlogic/learn-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlogic%2Flearn-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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-11-17T13:29:05.433Z","updated_at":"2026-05-27T21:31:21.088Z","avatar_url":"https://github.com/smartlogic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn React\n\nFork this project and you'll have a starting point to play around with React. Go ahead, try building Tic-Tac-Toe!\n\n## Pre-requisites\n\n* `brew install node`\n* `npm install -g gulp`\n\n## Getting started\n\n* `git clone git@github.com:smartlogic/learn-react.git`\n* `cd learn-react`\n* `npm install`\n* `gulp build` or `gulp` to re-build whenever you save a file\n* `open public/index.html`\n\n## Getting around\n\nThe code is compiled using [browserify](http://browserify.org/), starting with the `browser.js` entrypoint file. Any file referenced by that file will be included in the `public/app.js` bundle. I have enabled source maps, so you should be able to set breakpoints in your Browser.\n\nIf you are building something sophisticated, you should manage your environment variables with [dotenv](https://github.com/motdotla/dotenv). I am using it here for the `NODE_ENV` environment variable. Changing `NODE_ENV` to `production` will improve the performance of React components by turning off debugging information.\n\nThe code is compiled with [Babel](https://babeljs.io/), so you can use [ES2015](https://babeljs.io/docs/learn-es2015/) features. If you don't want this, you can always remove the `babelify` transform from `gulpfile.js`.\n\nYes, I included the boilerplate necessary for [Flow](http://flowtype.org/), but it's optional. `brew install flow` if you want to explore that, too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlogic%2Flearn-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartlogic%2Flearn-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlogic%2Flearn-react/lists"}