{"id":21206679,"url":"https://github.com/oncomouse/hyperapp-starter","last_synced_at":"2025-10-07T04:19:24.307Z","repository":{"id":149628166,"uuid":"119600340","full_name":"oncomouse/hyperapp-starter","owner":"oncomouse","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-08T18:42:25.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T23:22:15.686Z","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/oncomouse.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":"2018-01-30T22:05:29.000Z","updated_at":"2018-07-08T18:42:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd4d1a47-59dd-4c41-9272-55b796bc0eb9","html_url":"https://github.com/oncomouse/hyperapp-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oncomouse/hyperapp-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fhyperapp-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fhyperapp-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fhyperapp-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fhyperapp-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oncomouse","download_url":"https://codeload.github.com/oncomouse/hyperapp-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oncomouse%2Fhyperapp-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278718263,"owners_count":26033726,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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-20T20:56:29.347Z","updated_at":"2025-10-07T04:19:24.288Z","avatar_url":"https://github.com/oncomouse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @oncomouse/hyperapp-starter\n\nOpinionated starter pack for building apps using [hyperapp](https://github.com/hyperapp/hyperapp). [hyperapp-effects](https://github.com/okwolf/hyperapp-effects) is also provided for more Elm-style goodness.\n\nFor stylesheets, [picostyle](https://github.com/picostyle/picostyle) is provided. Additionally, [node-sass](https://github.com/sass/node-sass) and a variety of [PostCSS](http://postcss.org/) plugins are installed. You can also use [CSS modules](https://github.com/css-modules/css-modules) or [tachyons](https://www.tachyons.io/) for styling components.\n\nTesting is supported through the [Mocha](https://mochajs.org/) framework (with help from [zinserjan/mocha-webpack](https://github.com/zinserjan/mocha-webpack/)). [Chai](http://chaijs.com/) (for assertions), [Sinon](http://sinonjs.org/) (for spies, mocks, and stubs), and [JSDom](https://github.com/jsdom/jsdom) are all also provided. Check the `.spec.js` files in `components/`, `containers/`, and `actions/` to see some examples to get started writing unit tests.\n\n## Getting Started\n\nRun `npm install` or `yarn install` to install packages.\n\nYou may also want to reinitialize git, which can be done by running:\n\n~~~\nrm -rf .git\ngit init\ngit add .\ngit commit -m \"Initial Commit\"\n~~~\n\n## Developing\n\nThere are a number of scripts already available for supporting development:\n\n* **Start Development Server** – `npm run start`\n* **Build Production Code** – `npm run build`\n* **Visualize Bundle Size** – `npm run analyze`\n* **Unit Testing** – `npm run mocha`\n\t* `npm run mocha:watch` to live update unit tests\n* **Checking Code Quality** – `npm run lint`\n\t* `npm run lint -- --fix` to fix errors automatically\n\n## Deploying\n\nRun `yarn build` or `npm run build` to build an optimized, production version of your app. It will be in the `build/` directory.\n\n## Debugging\n\n`npm run analyze`\n\nAlso: `env NODE_ENV=production webpack --json \u003e stats.json` and upload to [Webpack Visualizer](https://chrisbateman.github.io/webpack-visualizer/)\n\n## Adding Routing\n\n[Click here for instructions](router.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foncomouse%2Fhyperapp-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foncomouse%2Fhyperapp-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foncomouse%2Fhyperapp-starter/lists"}