{"id":18564289,"url":"https://github.com/alexilyaev/react-es6-starter","last_synced_at":"2025-04-10T04:31:39.424Z","repository":{"id":53427011,"uuid":"87574139","full_name":"alexilyaev/react-es6-starter","owner":"alexilyaev","description":"A modern boilerplate for React projects","archived":false,"fork":false,"pushed_at":"2021-03-30T18:51:27.000Z","size":894,"stargazers_count":6,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T16:11:05.946Z","etag":null,"topics":["es6","react","starter","webpack"],"latest_commit_sha":null,"homepage":"","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/alexilyaev.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":"2017-04-07T18:12:48.000Z","updated_at":"2021-03-30T20:41:03.000Z","dependencies_parsed_at":"2022-08-23T02:00:31.057Z","dependency_job_id":null,"html_url":"https://github.com/alexilyaev/react-es6-starter","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/alexilyaev%2Freact-es6-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexilyaev%2Freact-es6-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexilyaev%2Freact-es6-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexilyaev%2Freact-es6-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexilyaev","download_url":"https://codeload.github.com/alexilyaev/react-es6-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248157436,"owners_count":21057012,"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":["es6","react","starter","webpack"],"created_at":"2024-11-06T22:14:47.036Z","updated_at":"2025-04-10T04:31:39.098Z","avatar_url":"https://github.com/alexilyaev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [React ES6 Starter](https://github.com/alexilyaev/react-es6-starter)\n\n[![CircleCI](https://circleci.com/gh/alexilyaev/react-es6-starter.svg?style=shield\u0026circle-token=e51a95d02f9b923f13cb91e1ba62d9250bc3b961)](https://circleci.com/gh/alexilyaev/react-es6-starter)\n[![codebeat badge](https://codebeat.co/badges/9b379fde-5e50-4c18-81b5-3b27b9bf7fae)](https://codebeat.co/projects/github-com-alexilyaev-react-es6-starter-master)\n[![Dependency Status](https://david-dm.org/alexilyaev/react-es6-starter.svg)](https://david-dm.org/alexilyaev/react-es6-starter)\n[![Dependency Status](https://david-dm.org/alexilyaev/react-es6-starter/dev-status.svg)](https://david-dm.org/alexilyaev/react-es6-starter#info=devDependencies)\n\n## Features\n\n- **Webpack 4**\n  - Transpiles `.js` files using **Babel 7** (settings in `.babelrc`)\n  - Transpiles `.scss` files using **node-sass**\n  - **ESLint** - Lints `js` files on changes (rules in `.eslintrc`)\n  - **Stylelint** - Lints `scss` files on changes (rules in `.stylelintrc`)\n  - **PostCSS** plugins (settings in `postcss.config.js`)\n    - Autoprefixer (supported browsers list in `browserslist` file)\n    - cssnano - To compress the resulting CSS\n  - Dynamic `index.html` generation\n  - Dynamic build file names with hash for cache busting\n  - Automatically builds a `vendor` bundle with all packages imported from `node_modules`\n- React\n  - **React Hot Loader v4** - Simplified hot reloading setup\n  - **React Router v4**\n    - HTML5 History API (non hash routes)\n\n## Getting Started\n\n1. Install Node.js (choose Current)\n   - From [nodejs.org](https://nodejs.org/) (All platforms)\n   - Or using [Homebrew](http://blog.teamtreehouse.com/install-node-js-npm-mac) (Mac)\n   - Or any other [package manager](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)\n1. `git clone` or [Download](https://github.com/alexilyaev/react-es6-starter/archive/master.zip) this repo\n   - If using clone, remove the `.git` folder and [init a new Git repo](https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/) (name it something else)\n1. Update the README to your needs\n1. Install dependencies (at the root of the repo):\n\n   ```\n   npm install\n   ```\n\n## Development\n\n#### Run webpack-dev-server\n\n```\nnpm start\n```\n\n- Open `http://localhost:8080`\n\n## Build the project for deployment\n\n```\nnpm run build\n```\n\n- Must use a server that serves missing routes as `index.html`\n\n### To run the build locally\n\n```\nnpm i -g serve\nserve -s dist\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexilyaev%2Freact-es6-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexilyaev%2Freact-es6-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexilyaev%2Freact-es6-starter/lists"}