{"id":13396943,"url":"https://github.com/alexmingoia/pux-starter-app","last_synced_at":"2025-03-01T11:25:33.529Z","repository":{"id":65371602,"uuid":"50413028","full_name":"alexmingoia/pux-starter-app","owner":"alexmingoia","description":"Starter Pux app w/ hot-reloading and isomorphic routing and rendering","archived":false,"fork":false,"pushed_at":"2019-03-31T06:44:18.000Z","size":2130,"stargazers_count":102,"open_issues_count":8,"forks_count":39,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-09-22T20:53:19.182Z","etag":null,"topics":["pux","starter-kit"],"latest_commit_sha":null,"homepage":"https://www.purescript-pux.org","language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexmingoia.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":"2016-01-26T07:57:36.000Z","updated_at":"2021-02-23T10:59:16.000Z","dependencies_parsed_at":"2023-01-19T22:45:32.498Z","dependency_job_id":null,"html_url":"https://github.com/alexmingoia/pux-starter-app","commit_stats":null,"previous_names":["alexmingoia/purescript-pux-boilerplate"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmingoia%2Fpux-starter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmingoia%2Fpux-starter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmingoia%2Fpux-starter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexmingoia%2Fpux-starter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexmingoia","download_url":"https://codeload.github.com/alexmingoia/pux-starter-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241357295,"owners_count":19949691,"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":["pux","starter-kit"],"created_at":"2024-07-30T18:01:08.211Z","updated_at":"2025-03-01T11:25:33.507Z","avatar_url":"https://github.com/alexmingoia.png","language":"PureScript","funding_links":[],"categories":["PureScript","boilerplate"],"sub_categories":[],"readme":"# pux-starter-app\n\nThe [starter app](http://github.com/alexmingoia/pux-starter-app) is a skeleton\nPux project configured with webpack and supporting hot-reload for rapid\ndevelopment.\n\nFor isomorphic rendering and routing a more complex configuration is available in the\n[`isomorphic`](https://github.com/alexmingoia/pux-starter-app/tree/isomorphic) branch.\n\n## Installation\n\nClone the repository and run `npm install` to get started:\n\n```sh\ngit clone git://github.com/alexmingoia/pux-starter-app.git my-awesome-pux-app\ncd my-awesome-pux-app\nnpm install\nnpm start\n```\n\nAfter compiling the app should be available at `http://localhost:8080`.\n\n### Directory structure\n\n- `src`: Application source code.\n  - `src/App/Config.js`: Configuration values.\n  - `src/App/Config.purs`: Configuration type.\n  - `src/App/Events.purs`: Application event type and foldp function.\n  - `src/App/Routes.purs`: Routes.\n  - `src/App/State.purs`: Application state type and init function.\n  - `src/App/View/Homepage.purs`: Home page.\n  - `src/App/View/Layout.purs`: App layout.\n  - `src/App/View/NotFound.purs`: 404 page.\n  - `src/Main.purs`: PureScript entry point.\n- `static`: Static files served with application.\n- `support`: Support files for building.\n  - `support/entry.js`: Webpack entry point. Handles hot reloading.\n- `bower.json`: Bower package configuration.\n- `package.json`: Node package configuration.\n- `webpack.config.js`: Webpack configuration.\n\n### NPM scripts\n\n#### watch\n\n`npm start` or `npm run watch` will start a development server, which\nhot-reloads your application when sources changes.\n\n#### serve\n\n`NODE_ENV=production npm run serve` builds your application and starts a\nproduction server.\n\n#### build\n\n`npm run build` builds application client and server bundles.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmingoia%2Fpux-starter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexmingoia%2Fpux-starter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmingoia%2Fpux-starter-app/lists"}