{"id":23302246,"url":"https://github.com/noxum/new-wave-stack","last_synced_at":"2025-04-06T22:20:48.495Z","repository":{"id":64982903,"uuid":"580333372","full_name":"noxum/new-wave-stack","owner":"noxum","description":"This remix stack contains components and api helpers to build a website maintained with NovaDB","archived":false,"fork":false,"pushed_at":"2022-12-21T10:04:30.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-13T04:31:32.385Z","etag":null,"topics":["remix-stack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/noxum.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}},"created_at":"2022-12-20T09:56:13.000Z","updated_at":"2022-12-21T09:44:55.000Z","dependencies_parsed_at":"2022-12-30T20:15:47.379Z","dependency_job_id":null,"html_url":"https://github.com/noxum/new-wave-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxum%2Fnew-wave-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxum%2Fnew-wave-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxum%2Fnew-wave-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noxum%2Fnew-wave-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noxum","download_url":"https://codeload.github.com/noxum/new-wave-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247558555,"owners_count":20958180,"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":["remix-stack"],"created_at":"2024-12-20T10:19:32.510Z","updated_at":"2025-04-06T22:20:48.466Z","avatar_url":"https://github.com/noxum.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NovaDB meets Remix - New Wave Stack\n\nThis remix stack contains components and api helpers to build a website maintained with NovaDB.\n\nLearn more about [Remix Stacks](https://remix.run/stacks).\n\n\u003e **This stack is still in an early stage.**\n\n## What's in the stack\n\n-   Examples how to fetch NovaDB data using the Delivery Api endpoints\n-   Some sample components and pages to get a feeling how NovaDb data could be fed to the Remix framework\n-   Static Types with [TypeScript](https://typescriptlang.org)\n-   Styling with [Tailwind](https://tailwindcss.com/)\n-   Local third party request mocking with [MSW](https://mswjs.io)\n-   Code formatting with [Prettier](https://prettier.io)\n-   Linting with [ESLint](https://eslint.org)\n\n\n## Quickstart\n\n```\nnpx create-remix --template noxum/new-wave-stack\n```\n\n\u003e *After the install phase, you will be asked for an Delivery Api endpoint. If you don't have one yet, just answer with **no**,\nby default the app will use mocked data for all api requests. If you want to connect to a real NovaDB instance, please contact us.*\n\n\u003e *The api setup prompt does **not** support Windows yet*\n\n## Development\n\n-   Start dev server:\n\n    ```sh\n    cd \u003cyour project folder\u003e\n    npm run dev\n    ```\n\nThis starts your app in development mode, rebuilding assets on file changes.\n\n\n### Relevant code:\n\n-   api settings are stored locally in `.env`.\n    - **If you change the api endpoint here, please update the handlers too, otherwise the mocking won't take effect.**\n-   helpers for accessing the Delivery API [./app/api/novaDb.ts](./app/api/novaDb.ts)\n-   A set of components [./app/components](./app/components)\n-   mock request handlers used by [MSW](https://mswjs.io) [./mocks/handlers.ts](./mocks/handlers.ts)\n\n## Type Checking\n\nThis project uses TypeScript. It's recommended to get TypeScript set up for your editor to get a really great in-editor experience with type checking and auto-complete. To run type checking across the whole project, run `npm run typecheck`.\n\n\u003e The existing typings are still weak. We will replace them with auto-generated types in the future.\n\n### Linting\n\nThis project uses ESLint for linting. That is configured in `.eslintrc.js`.\n\n### Formatting\n\nWe use [Prettier](https://prettier.io/) for auto-formatting in this project. It's recommended to install an editor plugin (like the [VSCode Prettier plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) to get auto-formatting on save. There's also a `npm run format` script you can run to format all files in the project.\n\n### More to come\n\nThis is just the start, we will continuously improve this stack.  \n\n- use of a code generator for typings \n- example to build a dynamic website based on a NovaDB sitemap tree\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoxum%2Fnew-wave-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoxum%2Fnew-wave-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoxum%2Fnew-wave-stack/lists"}