{"id":17084559,"url":"https://github.com/nsaunders/purescript-tecton-halogen-starter","last_synced_at":"2026-03-05T10:03:02.481Z","repository":{"id":98734427,"uuid":"577980642","full_name":"nsaunders/purescript-tecton-halogen-starter","owner":"nsaunders","description":"A starter project that uses Tecton, Halogen, and Webpack","archived":false,"fork":false,"pushed_at":"2023-01-28T18:43:46.000Z","size":346,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-27T22:02:26.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PureScript","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/nsaunders.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-14T01:05:55.000Z","updated_at":"2023-01-12T11:58:18.000Z","dependencies_parsed_at":"2023-03-13T15:55:14.766Z","dependency_job_id":null,"html_url":"https://github.com/nsaunders/purescript-tecton-halogen-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nsaunders/purescript-tecton-halogen-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsaunders%2Fpurescript-tecton-halogen-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsaunders%2Fpurescript-tecton-halogen-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsaunders%2Fpurescript-tecton-halogen-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsaunders%2Fpurescript-tecton-halogen-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nsaunders","download_url":"https://codeload.github.com/nsaunders/purescript-tecton-halogen-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsaunders%2Fpurescript-tecton-halogen-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30118932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T09:35:22.236Z","status":"ssl_error","status_checked_at":"2026-03-05T09:35:20.028Z","response_time":93,"last_error":"SSL_read: 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":[],"created_at":"2024-10-14T13:07:56.045Z","updated_at":"2026-03-05T10:03:02.455Z","avatar_url":"https://github.com/nsaunders.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tecton 🔗 Halogen — Starter app\n\n[![CI](https://github.com/nsaunders/purescript-tecton-halogen-starter/workflows/CI/badge.svg?branch=master)](https://github.com/nsaunders/purescript-tecton-halogen-starter/actions?query=workflow%3ACI+branch%3Amaster)\n\nThis starter project demonstrates an approach for using [Tecton](https://github.com/nsaunders/purescript-tecton) to style a [Halogen](https://github.com/purescript-halogen/purescript-halogen) application. CSS is authored in PureScript but \"extracted\" at build time to produce a static style sheet. Generating the style sheet at build time instead of runtime can avoid issues like the [flash of unstyled content (FOUC)](https://en.wikipedia.org/wiki/Flash_of_unstyled_content), [performance overhead](https://pustelto.com/blog/css-vs-css-in-js-perf/#conclusion), and [`Content-Security-Policy` headaches](https://github.com/styled-components/styled-components/issues/887).\n\n## Required tooling\n\n\u003e **Note**\n\u003e If you are a Nix user, you can simply run `nix-shell` to obtain all of the required tools.\n\n* [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)\n* [`purs`](https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md#installing-the-compiler)\n* [`spago`](https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md#setting-up-the-development-environment)\n* [`purs-tidy`](https://github.com/natefaubion/purescript-tidy#install)\n\n## Scripts\n\n\u003e **Note**\n\u003e You must run `npm install` first.\n\n* `npm run dev` builds PureScript source code using [Spago](https://github.com/purescript/spago) in watch mode, while concurrently running the [Webpack dev server](https://webpack.js.org/configuration/dev-server/).\n* `npm run bundle` creates a production-ready application bundle using [Webpack](https://webpack.js.org).\n* `npm run format` formats the `src` and `test` directories using [purs-tidy](https://github.com/natefaubion/purescript-tidy).\n\n## Related\n\n* [purescript-tecton](https://github.com/nsaunders/purescript-tecton)\n* [purescript-tecton-halogen](https://github.com/nsaunders/purescript-tecton-halogen)\n* [purescript-halogen](https://github.com/purescript-halogen/purescript-halogen)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsaunders%2Fpurescript-tecton-halogen-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnsaunders%2Fpurescript-tecton-halogen-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsaunders%2Fpurescript-tecton-halogen-starter/lists"}