{"id":16633330,"url":"https://github.com/tituskirch/tailwind-post-scss-template","last_synced_at":"2025-04-05T00:45:10.430Z","repository":{"id":39250749,"uuid":"277837378","full_name":"TitusKirch/tailwind-post-scss-template","owner":"TitusKirch","description":"A basic tailwindcss + PostCSS + node-sass template.","archived":false,"fork":false,"pushed_at":"2022-12-11T12:54:00.000Z","size":359,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T23:46:56.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/TitusKirch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-07T14:21:27.000Z","updated_at":"2021-05-21T08:34:22.000Z","dependencies_parsed_at":"2023-01-26T23:30:32.308Z","dependency_job_id":null,"html_url":"https://github.com/TitusKirch/tailwind-post-scss-template","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/TitusKirch%2Ftailwind-post-scss-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TitusKirch%2Ftailwind-post-scss-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TitusKirch%2Ftailwind-post-scss-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TitusKirch%2Ftailwind-post-scss-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TitusKirch","download_url":"https://codeload.github.com/TitusKirch/tailwind-post-scss-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271496,"owners_count":20911586,"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-10-12T05:13:08.405Z","updated_at":"2025-04-05T00:45:10.407Z","avatar_url":"https://github.com/TitusKirch.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tailwind-post-scss-template\nA basic tailwindcss + PostCSS + node-sass template.\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/TitusKirch/tailwind-post-scss-template/actions\"\u003e\u003cimg src=\"https://github.com/TitusKirch/tailwind-post-scss-template/workflows/Build/badge.svg\" alt=\"Build action status\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/TitusKirch/tailwind-post-scss-template/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/TitusKirch/tailwind-post-scss-template?label=License\u0026labelColor=30363D\u0026color=2FBF50\" alt=\"License\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/tituskirch/tailwind-post-scss-template\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dm/tituskirch/tailwind-post-scss-template?label=Downloads\u0026labelColor=30363D\u0026color=2FBF50\" alt=\"Packagist Downloads\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/TitusKirch/tailwind-post-scss-template/graphs/contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/TitusKirch/tailwind-post-scss-template?label=Contributors\u0026labelColor=30363D\u0026color=2FBF50\" alt=\"Contributors\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.tkirch.dev\"\u003e\u003cimg src=\"https://img.shields.io/discord/576562577769889805?label=Discord\u0026labelColor=30363D\u0026color=2FBF50\u0026logoColor=959DA5\u0026logo=Discord\" alt=\"Discord\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Table of contents\n\n* [About the project](#about-the-project)\n* [Getting Started](#getting-started)\n* [Howto](#howto)\n* [Contributing](#contributing)\n* [Versioning](#versioning)\n* [Built With](#built-with)\n* [Authors](#authors)\n* [License](#license)\n\n## About the project\n\nThis project is a very simple template to start with a tailwindcss project (including SCSS compiler).\n\n## Getting started\nFirst you have to install npm. [Installation instructions](https://www.npmjs.com/get-npm)\n\nThan you have to install composer. [Installation instructions](https://getcomposer.org/download/)\n\nRequire the project:\n```BASH\ncomposer require tituskirch/tailwind-post-scss-template\n```\n\nNow install all required resources:\n```BASH\ncomposer install\nnpm install\n```\n\nReady! Now you can start with your project.\n\n## Howto\nTo convert your SCSS code under /scss/app.scss to CSS code use the following command:\n```BASH\nnpm run build\n```\n\nAfterwards your CSS code is created under /public/css/app.css.\n\nAlternatively you can also use the following command:\n```BASH\nnpm run watch\n```\n\nThis will execute `npm run build` after each change.\n\n## Contributing\nThere are many ways to help this open source project. Write tutorials, improve documentation, share bugs with others, make feature requests, or just write code. We look forward to every contribution.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For available versions, see the [tags on this repository](https://github.com/TitusKirch/tailwind-post-scss-template/tags).\n\n## Built with\n\n* [node-sass](https://github.com/sass/node-sass) - Node.js bindings to libsass\n* [nodemon](https://github.com/remy/nodemon/) - Monitor for any changes in your node.js application and automatically restart the server - perfect for development\n* [PostCSS CLI](https://github.com/postcss/postcss-cli) - CLI for postcss\n* [postcss-import](https://github.com/postcss/postcss-import) - PostCSS plugin to inline @import rules content\n* [tailwindcss](https://github.com/tailwindcss/tailwindcss/) - A utility-first CSS framework for rapid UI development.\n\n## Authors\n\n* **Titus Kirch** - *Main development* - [TitusKirch](https://github.com/TitusKirch)\n\nSee also the list of [contributors](https://github.com/TitusKirch/tailwind-post-scss-template/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftituskirch%2Ftailwind-post-scss-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftituskirch%2Ftailwind-post-scss-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftituskirch%2Ftailwind-post-scss-template/lists"}