{"id":19784617,"url":"https://github.com/wochap/freecodecamp-build-a-simon-game","last_synced_at":"2026-05-14T10:39:17.988Z","repository":{"id":72353031,"uuid":"81836593","full_name":"wochap/freeCodeCamp-Build-a-Simon-Game","owner":"wochap","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-10T02:24:42.000Z","size":273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T02:51:57.864Z","etag":null,"topics":["freecodecamp","hmr","marko","webpack2"],"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/wochap.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-02-13T14:57:48.000Z","updated_at":"2017-05-16T14:36:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"922f14d9-f423-48f9-9c9d-e6ed492dcfbf","html_url":"https://github.com/wochap/freeCodeCamp-Build-a-Simon-Game","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wochap%2FfreeCodeCamp-Build-a-Simon-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wochap%2FfreeCodeCamp-Build-a-Simon-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wochap%2FfreeCodeCamp-Build-a-Simon-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wochap%2FfreeCodeCamp-Build-a-Simon-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wochap","download_url":"https://codeload.github.com/wochap/freeCodeCamp-Build-a-Simon-Game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241117203,"owners_count":19912504,"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":["freecodecamp","hmr","marko","webpack2"],"created_at":"2024-11-12T06:12:05.214Z","updated_at":"2026-05-14T10:39:17.952Z","avatar_url":"https://github.com/wochap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack boilerplate\n\nA highly scalable and simple webpack boilerplate for **client** apps.\n\n## Quick start\n\nRename `.env.example` to `.env`. Then:\n\n```sh\n# install dependencies\n$ yarn\n\n# serve with hot reload\n$ yarn build:watch\n\n# build for production with minification\n$ yarn build\n\n# run tests\n$ yarn test\n\n# run tests and watch\n$ yarn test:watch\n\n# run test coverage report\n$ yarn test:coverage\n```\n\n**NOTE: For disable sourceMap, just remove it from `.env` file.**\n\n## Documentation\n\n### Features\n\n* HMR\n* CSS \u003c PostCSS \u003c SCSS\n* JS \u003c ES2015 \u003c ESLint\n* Browser Sync\n* Images and fonts well configured.\n* Long term caching.\n* Tree shaking.\n* Tests with Jest.\n\n### Boilerplate structure\n\n```\n.\n├── .babelrc                  # babel config\n├── .editorconfig             # editor config\n├── .env.example              # env variables example\n├── .eslintignore             # eslint ignore config\n├── .eslintrc                 # eslint config\n├── .gitignore                # git ignore config\n├── .nvmrc                    # nvm config\n├── .tern-project             # atom-ternjs project config\n├── package.json              # https://docs.npmjs.com/files/package.json\n├── postcss.config.js         # postcss config\n├── README.md                 # this file\n├── webpack.config.js         # webpack config\n├── yarn.lock                 # https://yarnpkg.com/en/docs/yarn-lock\n├── coverage/                 # jest coverage output\n├── dist/                     # webpack build output\n├── test/                     # jest config\n├── lib/                      # future external packages\n├── public/                   # files that will be copied to dist\n└── src/                      # source code\n    ├── app/\n    │   └── main.js           # app entry file\n    ├── styles/\n    │   └── main.scss         # main scss file\n    └── index.html            # template used by html-webpack-plugin\n```\n\n### Troubleshooting\n\n* `Module build failed: Error: ENOENT: no such file or directory, scandir`\n\nRebuild node-sass\n\n```sh\n$ npm rebuild node-sass\n```\n\n## TODO\n\n- [ ] Refresh on each html-webpack-plugin template change.\n- [ ] Ignore webpack modules (e.g.: buffer, style-loader, etc) in production build.\n- [ ] Remove extra logs on production build.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwochap%2Ffreecodecamp-build-a-simon-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwochap%2Ffreecodecamp-build-a-simon-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwochap%2Ffreecodecamp-build-a-simon-game/lists"}