{"id":19023233,"url":"https://github.com/phildl/owl-javascript-tailwind-project-starter","last_synced_at":"2026-06-29T09:31:10.840Z","repository":{"id":100809126,"uuid":"375599336","full_name":"PhilDL/OWL-JavaScript-Tailwind-Project-Starter","owner":"PhilDL","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-10T06:50:59.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-21T18:42:41.355Z","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/PhilDL.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-10T06:50:05.000Z","updated_at":"2021-06-23T13:04:52.000Z","dependencies_parsed_at":"2023-06-10T04:15:27.909Z","dependency_job_id":null,"html_url":"https://github.com/PhilDL/OWL-JavaScript-Tailwind-Project-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhilDL/OWL-JavaScript-Tailwind-Project-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilDL%2FOWL-JavaScript-Tailwind-Project-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilDL%2FOWL-JavaScript-Tailwind-Project-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilDL%2FOWL-JavaScript-Tailwind-Project-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilDL%2FOWL-JavaScript-Tailwind-Project-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhilDL","download_url":"https://codeload.github.com/PhilDL/OWL-JavaScript-Tailwind-Project-Starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilDL%2FOWL-JavaScript-Tailwind-Project-Starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34921804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-08T20:29:10.065Z","updated_at":"2026-06-29T09:31:10.727Z","avatar_url":"https://github.com/PhilDL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OWL Javascript Project Starter\n\nThis repo is an example on how to start a real project with the Odoo OWL framework.\n\nThanks to @SimonGenin for it's [original Starter Project for OWL](https://github.com/SimonGenin/OWL-JavaScript-Project-Starter)\n\n[![Deploy on Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Coding-Dodo/OWL-JavaScript-Tailwind-Project-Starter)\n\n## Features\n\n- [OWL](https://github.com/odoo/owl)\n- Javascript\n- Livereload\n- Rollup.js\n- Tailwind and PostCSS\n- Tests with Jest\n\n## Installation\n\n[This repo is a \"template repository\". It means you can quickly create repositories based on this one, without it being a fork.](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template#about-repository-templates)\n\nOtherwise, you may clone it:\n\n```bash\ngit clone https://github.com/Coding-Dodo/OWL-JavaScript-Tailwind-Project-Starter.git\n```\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nDev with livereload:\n\n```bash\nnpm run dev\n```\n\nProduction build\n\n```bash\nnpm run build\n```\n\nRun tests\n\n```bash\nnpm run test\n```\n\n## Components\n\nIt is expected to create components in one file, following this convention:\n\n```js\nimport { Component, useState, tags } from \"@odoo/owl\";\n\nconst APP_TEMPLATE = tags.xml/*xml*/ `\n\u003cdiv t-name=\"App\" class=\"\" t-on-click=\"update\"\u003e\n  Hello \u003ct t-esc=\"state.text\"/\u003e\n\u003c/div\u003e\n`;\n\nexport class App extends Component {\n  static template = APP_TEMPLATE;\n  state = useState({ text: \"Owl\" });\n  update() {\n    this.state.text = this.state.text === \"Owl\" ? \"World\" : \"Owl\";\n  }\n}\n```\n\n## See also\n\nIf your are searching for the a project starter without Tailwind:\n\n[https://github.com/Coding-Dodo/OWL-JavaScript-Project-Starter](https://github.com/Coding-Dodo/OWL-JavaScript-Project-Starter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildl%2Fowl-javascript-tailwind-project-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphildl%2Fowl-javascript-tailwind-project-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildl%2Fowl-javascript-tailwind-project-starter/lists"}