{"id":19149986,"url":"https://github.com/smashingboxes/web-boilerplate","last_synced_at":"2025-05-07T04:47:21.672Z","repository":{"id":140669419,"uuid":"50727583","full_name":"smashingboxes/web-boilerplate","owner":"smashingboxes","description":"A template for new front-end projects.","archived":false,"fork":false,"pushed_at":"2018-04-05T13:41:24.000Z","size":341,"stargazers_count":3,"open_issues_count":9,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T04:47:17.400Z","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/smashingboxes.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":"support/addons.js","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-30T14:14:46.000Z","updated_at":"2023-11-28T18:47:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"56947600-8ed6-4806-833a-d6c7aaf3818f","html_url":"https://github.com/smashingboxes/web-boilerplate","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/smashingboxes%2Fweb-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashingboxes%2Fweb-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashingboxes%2Fweb-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashingboxes%2Fweb-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smashingboxes","download_url":"https://codeload.github.com/smashingboxes/web-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252816522,"owners_count":21808702,"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":[],"created_at":"2024-11-09T08:10:16.943Z","updated_at":"2025-05-07T04:47:21.664Z","avatar_url":"https://github.com/smashingboxes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Stories in Ready](https://badge.waffle.io/smashingboxes/web-boilerplate.png?label=ready\u0026title=Ready)](https://waffle.io/smashingboxes/web-boilerplate)\n# web-boilerplate\nA template for new front-end projects.  \n[Waffle.io Board](https://waffle.io/smashingboxes/web-boilerplate)\n\n## Info\n\n- Yarn 1.3.2\n- Node 8.9.4\n\n## Using\n*NOTE: There are some additional steps for setting up a new project that are documented [here](https://github.com/smashingboxes/development-wiki/blob/master/technobabble/setting_up_a_new_project.md). The steps documented here are just the ones needed to set up the code for the repo.*\n\n1. Clone the repo\n```\ngit clone https://github.com/smashingboxes/web-boilerplate\n```\n2. Move `web-boilerplate` to your project name\n```\nmv web-boilerplate *PROJECT_NAME*\ncd *PROJECT_NAME*\n```\n3. Delete the .git folder inside it\n```\nrm -rf .git\n```\n4. Run a new git init\n```\ngit init\n```\n5. Change the package.json file to information about your project\n6. Delete this README and create a new one for your project\n7. Create a new branch titled `initial-setup`\n```\ngit checkout -b initial-setup\n```\n8. Commit all the files as an initial commit and push to your origin\n```\ngit remote set-url origin https://github.com/smashingboxes/*PROJECT_NAME*.git\ngit add .\ngit commit -m \"Initial commit\"\ngit push origin initial-setup\n```\n7. [Create a pull request](https://github.com/smashingboxes/development-wiki/blob/master/technobabble/code_quality/code_review_policy.md)\n\n## Commands\n\nRun the server with:\n```\nyarn start\n```\n\nRun your tests with:\n```\nyarn test\n```\n\nRun a build with:\n```\nyarn build\n```\n\n## Docker Commands\n\n### Docker is not needed to run the boilerplate\n\nBuild and start the server:\n```\ndocker-compose up --build\n```\n\nRun your tests with:\n```\ndocker-compose exec web yarn test\n```\n\nRun a build with:\n```\ndocker-compose exec web yarn build\n```\n\nIf your terminal closes run:\n```\ndocker-compose logs --follow\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashingboxes%2Fweb-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmashingboxes%2Fweb-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashingboxes%2Fweb-boilerplate/lists"}