{"id":13619083,"url":"https://github.com/agusID/boilerplate-svelte","last_synced_at":"2025-04-14T16:30:46.078Z","repository":{"id":35158847,"uuid":"212775657","full_name":"agusID/boilerplate-svelte","owner":"agusID","description":":tada: Boilerplate Svelte Javascript Framework","archived":false,"fork":false,"pushed_at":"2023-01-04T22:33:02.000Z","size":5504,"stargazers_count":58,"open_issues_count":45,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-08T05:38:56.701Z","etag":null,"topics":["boilerplate","javascript","storybook","sveltejs","webpack"],"latest_commit_sha":null,"homepage":"","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/agusID.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-04T09:04:16.000Z","updated_at":"2024-07-16T15:00:20.000Z","dependencies_parsed_at":"2023-01-15T15:00:48.089Z","dependency_job_id":null,"html_url":"https://github.com/agusID/boilerplate-svelte","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/agusID%2Fboilerplate-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusID%2Fboilerplate-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusID%2Fboilerplate-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusID%2Fboilerplate-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agusID","download_url":"https://codeload.github.com/agusID/boilerplate-svelte/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248916523,"owners_count":21182818,"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","javascript","storybook","sveltejs","webpack"],"created_at":"2024-08-01T21:00:34.589Z","updated_at":"2025-04-14T16:30:45.704Z","avatar_url":"https://github.com/agusID.png","language":"JavaScript","funding_links":[],"categories":["templates","B"],"sub_categories":["editor tools"],"readme":"# Boilerplate Svelte\n\n[\u003cimg src=\"docs/svelte-logo.svg\" align=\"right\" width=\"100\"\u003e](https://svelte.dev)\n[![Travis CI](https://travis-ci.org/agusID/boilerplate-svelte.svg?branch=master)](https://travis-ci.org/agusID/boilerplate-svelte.svg?branch=master)\n[![Coverage](https://img.shields.io/codeclimate/coverage/agusID/boilerplate-svelte)](https://img.shields.io/codeclimate/coverage/agusID/boilerplate-svelte?style=flat-square)\n[![CodeFactor](https://www.codefactor.io/repository/github/agusid/boilerplate-svelte/badge)](https://www.codefactor.io/repository/github/agusid/boilerplate-svelte)\n[![Known Vulnerabilities](https://snyk.io/test/github/agusID/boilerplate-svelte/badge.svg)](https://snyk.io/test/github/agusID/boilerplate-svelte/badge.svg)\n[![Maintainability](https://api.codeclimate.com/v1/badges/4c4d867246987a1dc614/maintainability)](https://codeclimate.com/github/agusID/boilerplate-svelte/maintainability)\n\n[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)\n[![Code Size](https://img.shields.io/github/languages/code-size/agusID/boilerplate-svelte)](https://img.shields.io/github/languages/code-size/agusID/boilerplate-svelte)\n[![Contributor](https://img.shields.io/github/contributors/agusID/boilerplate-svelte?color=%23e67e22)](https://img.shields.io/github/contributors/agusID/boilerplate-svelte?color=%232980b9)\n[![License](https://img.shields.io/github/license/agusID/boilerplate-svelte)](https://github.com/agusID/boilerplate-svelte/blob/master/LICENSE)\n\nThis is a boilerplate project for [Svelte](https://svelte.dev) apps.\n\nTo create a new project based on this boilerplate using [degit](https://github.com/Rich-Harris/degit):\n\n```bash\nnpx degit agusID/boilerplate-svelte boilerplate-svelte\ncd boilerplate-svelte\n```\n\n_Note that you will need to have [Node.js](https://nodejs.org) installed._\n\n## Get started\n\nInstall the dependencies using `npm`\n\n```bash\ncd boilerplate-svelte\nnpm install\n```\n\n...then start webpack:\n\n```bash\nnpm run dev\n```\n\nNavigate to [localhost:8080](http://localhost:8080). You should see your app running.\n\n## Deploying to the web\n\n### With [now](https://zeit.co/now)\n\nInstall `now` if you haven't already:\n\n```bash\nnpm install -g now\n```\n\nThen, from within your project folder:\n\n```bash\nnow\n```\n\nAs an alternative, use the [Now desktop client](https://zeit.co/download) and simply drag the unzipped project folder to the taskbar icon.\n\n## Guides\n\n- [Storybook](https://github.com/agusID/boilerplate-svelte/blob/master/docs/storybook.md)\n- [Svelte](https://svelte.dev/tutorial/basics)\n- [Testing](https://github.com/agusID/boilerplate-svelte/blob/master/docs/testing.md)\n\n## Contributing\n\nPlease to read the [Contributing Guidelines](https://github.com/agusID/boilerplate-svelte/blob/master/docs/contributing.md).\n\n## Any question ?\n\nSend message to\nmail@agusdwi.id\n\n\u003cp\u003e\n  \u003ca href=\"https://github.com/agusID\"\u003e\u003cimg \n  width=\"50\" style=\"border-radius: 50%\" src=\"https://avatars3.githubusercontent.com/u/13955708?s=460\u0026v=4\" alt=\"Dwi Agustianto\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\nThe Boilerplate Svelte is open-sourced software licensed under the [MIT license](https://github.com/agusID/boilerplate-svelte/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FagusID%2Fboilerplate-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FagusID%2Fboilerplate-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FagusID%2Fboilerplate-svelte/lists"}