{"id":21697469,"url":"https://github.com/silvestrevivo/svelte-materialize-posts","last_synced_at":"2026-04-07T23:31:03.974Z","repository":{"id":48005790,"uuid":"191643310","full_name":"silvestrevivo/svelte-materialize-posts","owner":"silvestrevivo","description":"SvelteJS app based on the YouTube video-tutorial from @hidjou.","archived":false,"fork":false,"pushed_at":"2022-12-03T13:25:24.000Z","size":194,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T15:16:49.019Z","etag":null,"topics":["css3","html5","javascript","sveltejs","tutorial","youtube"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/silvestrevivo.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":"2019-06-12T20:55:12.000Z","updated_at":"2019-06-13T22:00:34.000Z","dependencies_parsed_at":"2023-01-23T05:01:11.421Z","dependency_job_id":null,"html_url":"https://github.com/silvestrevivo/svelte-materialize-posts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/silvestrevivo/svelte-materialize-posts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fsvelte-materialize-posts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fsvelte-materialize-posts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fsvelte-materialize-posts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fsvelte-materialize-posts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silvestrevivo","download_url":"https://codeload.github.com/silvestrevivo/svelte-materialize-posts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvestrevivo%2Fsvelte-materialize-posts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["css3","html5","javascript","sveltejs","tutorial","youtube"],"created_at":"2024-11-25T19:27:55.105Z","updated_at":"2026-04-07T23:31:03.957Z","avatar_url":"https://github.com/silvestrevivo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# svelte-materialize-posts\n\nThis proyect is based on the youtube tutorial from @hidjou.\n\nTo implement MaterializeCSS in an Svelte3 project, we need to install __rollup-plugin-css-only__ to inject new CSS code coming from another libraries.\n\nOn _rollup.config.js_ file we need to include:\n\n```js\nplugins: [\n    //.....\n    css({output: 'public/extra.css'}),\n    //.....\n    ],\n```\nAn then in the _App.svelte_ file:\n\n```js\nimport \"../node_modules/materialize-css/dist/css/materialize.min.css\";\nimport \"../node_modules/materialize-css/dist/js/materialize.min.js\";\n```\n## Get started\n\nClone the repo\n\n```bash\ncd svelte-materialize-posts\nnpm install\n```\n\n...then start [Rollup](https://rollupjs.org):\n\n```bash\nnpm run dev\n```\n\nNavigate to [localhost:5000](http://localhost:5000). 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### With [surge](https://surge.sh/)\n\nInstall `surge` if you haven't already:\n\n```bash\nnpm install -g surge\n```\n\nThen, from within your project folder:\n\n```bash\nnpm run build\nsurge public\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvestrevivo%2Fsvelte-materialize-posts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilvestrevivo%2Fsvelte-materialize-posts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvestrevivo%2Fsvelte-materialize-posts/lists"}