{"id":19809896,"url":"https://github.com/lewagon/webpack-boilerplate","last_synced_at":"2025-05-01T08:31:27.681Z","repository":{"id":23646220,"uuid":"98722185","full_name":"lewagon/webpack-boilerplate","owner":"lewagon","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-25T14:08:22.000Z","size":214,"stargazers_count":43,"open_issues_count":0,"forks_count":41,"subscribers_count":12,"default_branch":"master","last_synced_at":"2023-08-06T10:11:55.607Z","etag":null,"topics":["boilerplate","es6","webpack"],"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/lewagon.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-07-29T09:21:20.000Z","updated_at":"2023-05-29T01:03:41.000Z","dependencies_parsed_at":"2022-09-20T06:01:20.834Z","dependency_job_id":null,"html_url":"https://github.com/lewagon/webpack-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Fwebpack-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Fwebpack-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Fwebpack-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewagon%2Fwebpack-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lewagon","download_url":"https://codeload.github.com/lewagon/webpack-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224245952,"owners_count":17279702,"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":["boilerplate","es6","webpack"],"created_at":"2024-11-12T09:18:36.178Z","updated_at":"2024-11-12T09:18:36.705Z","avatar_url":"https://github.com/lewagon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Requirements\n\nYou must have Node and Yarn installed on your computer [with the same versions than in our setup](https://github.com/lewagon/setup/blob/master/macos.md#nodejs). Check it with: \n\n```bash\nnode -v\nyarn -v\n# Compare the versions with the ones in the setup\n```\n\nIf it's not the case, go back to the dedicated section of the [macOS](https://github.com/lewagon/setup/blob/master/macos.md#nodejs), [Windows](https://github.com/lewagon/setup/blob/master/windows.md#installing-some-gems) or [Ubuntu](https://github.com/lewagon/setup/blob/master/ubuntu.md#installing-some-gems) setup.\n\n## Installation\n\nFirst clone this repository to your laptop:\n\n```bash\ncd ~/code/\u003cyour_github_nickname\u003e\ngit clone git@github.com:lewagon/webpack-boilerplate.git my-js-project\ncd my-js-project\nrm -rf .git\nyarn install\ncode . # Open this folder in your text editor\n```\n\nMake sure you have `./node_modules/.bin` in your `$PATH`:\n\n```bash\necho $PATH\n# You should see `./node_modules/.bin` in the list\n```\n\nIf it's not the case, add it: \n\n```bash\ncd ~/code/dotfiles/\u003cyour_github_nickname\u003e\necho 'export PATH=\"./bin:./node_modules/.bin:${PATH}\"' \u003e\u003e zshrc\ncd ~/code/\u003cyour_github_nickname\u003e/my-js-project\nsource ~/.zshrc\n```\n\nThis way you can run:\n\n```bash\neslint lib\nwebpack-dev-server\n```\n\nOnce a file has been updated in your text editor, you can run it with:\n\n```bash\nnode lib/01_types.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewagon%2Fwebpack-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flewagon%2Fwebpack-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewagon%2Fwebpack-boilerplate/lists"}