{"id":14990567,"url":"https://github.com/60frames/react-boilerplate","last_synced_at":"2025-04-12T02:24:46.115Z","repository":{"id":34457582,"uuid":"38393387","full_name":"60frames/react-boilerplate","owner":"60frames","description":"Production-ready boilerplate for building universal web apps with React and Redux","archived":false,"fork":false,"pushed_at":"2017-08-17T09:56:08.000Z","size":631,"stargazers_count":54,"open_issues_count":14,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T02:24:37.094Z","etag":null,"topics":["babel","boilerplate","code-splitting","css-modules","dx","es2015","javascript","jest","react","react-boilerplate","redux","universal","universal-applications","webpack"],"latest_commit_sha":null,"homepage":"https://sixtyframes-react-boilerplate.herokuapp.com/","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/60frames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-01T20:27:32.000Z","updated_at":"2021-07-11T16:50:46.000Z","dependencies_parsed_at":"2022-09-06T19:22:28.121Z","dependency_job_id":null,"html_url":"https://github.com/60frames/react-boilerplate","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/60frames%2Freact-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/60frames%2Freact-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/60frames%2Freact-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/60frames%2Freact-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/60frames","download_url":"https://codeload.github.com/60frames/react-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248506307,"owners_count":21115415,"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":["babel","boilerplate","code-splitting","css-modules","dx","es2015","javascript","jest","react","react-boilerplate","redux","universal","universal-applications","webpack"],"created_at":"2024-09-24T14:20:23.401Z","updated_at":"2025-04-12T02:24:46.090Z","avatar_url":"https://github.com/60frames.png","language":"JavaScript","readme":"# 60fram.es React Boilerplate [![Build Status](https://travis-ci.org/60frames/react-boilerplate.svg?branch=master)](https://travis-ci.org/60frames/react-boilerplate) [![Coverage Status](https://coveralls.io/repos/github/60frames/react-boilerplate/badge.svg?branch=master)](https://coveralls.io/github/60frames/react-boilerplate?branch=master)\n\nProduction-ready boilerplate for building *universal* web apps with [React](https://github.com/facebook/react) and [Redux](https://github.com/reactjs/redux)\n\n## tl;dr\n\n```\n$ git clone https://github.com/60frames/react-boilerplate.git\n$ cd react-boilerplate\n$ rm -r .git\n$ cp ./server/_env ./server/.env\n$ npm install\n$ npm start\n```\n\n## Features\n\n- ES2015/16 with [Babel](https://github.com/babel/babel)\n- Universal rendering with support for data fetching *and code splitting*.\n- Hot reloading on both client and *server*\n- Locally scoped CSS with [CSS modules](https://github.com/css-modules)\n- Scalable unit testing via [Jest](https://github.com/facebook/jest)\n- Development and release builds with [Webpack 2](https://github.com/webpack/webpack)\n- State management with [Redux](https://github.com/reactjs/redux)\n- ...Just 4 commands\n\n## Commands\n\n### `npm start`\n\nServes the app in development mode\n\n\u003e NOTE: This is simply an alias for `npm run serve`.\n\n### `npm test`\n\nRuns unit tests\n\n### `npm run build`\n\nBuilds the app ready for release\n\n### `WEBPACK_DEV_SERVER=false npm run serve`\n\nServes the app in release mode\n\n\u003e NOTE: Requires you to first build the app with `npm run build`.\n\n## Environment Variables\n\nEnvironment variables are defined via Unix env vars and are documented in the [`./server/_env`](server/_env) file.\n\nTo avoid the hassle of having to define env vars on your local machine during development we recommend you simply rename the [`./server/_env`](server/_env) file to `./server/.env` which, in the absence of a predefined `NODE_ENV`, will be copied to your environment.\n\n\u003e NOTE: Any of the environment variables can be made available to the client by explicitly declaring them in the root [Html](src/components/html/Html.js) component. This extra step is required to prevent accidentally leaking sensitive data to the client.\n\n## License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F60frames%2Freact-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F60frames%2Freact-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F60frames%2Freact-boilerplate/lists"}