{"id":19290648,"url":"https://github.com/jacob-ebey/remix-dashboard-template","last_synced_at":"2025-04-22T05:32:34.538Z","repository":{"id":63216245,"uuid":"566080498","full_name":"jacob-ebey/remix-dashboard-template","owner":"jacob-ebey","description":"A template to get you up and building a dashboard in Remix.","archived":false,"fork":false,"pushed_at":"2023-01-19T01:09:13.000Z","size":679,"stargazers_count":50,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-01T20:07:58.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jacob-ebey.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-11-14T23:29:36.000Z","updated_at":"2025-01-14T19:46:15.000Z","dependencies_parsed_at":"2023-01-22T08:30:52.838Z","dependency_job_id":null,"html_url":"https://github.com/jacob-ebey/remix-dashboard-template","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/jacob-ebey%2Fremix-dashboard-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fremix-dashboard-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fremix-dashboard-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacob-ebey%2Fremix-dashboard-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacob-ebey","download_url":"https://codeload.github.com/jacob-ebey/remix-dashboard-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250175097,"owners_count":21387138,"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":[],"created_at":"2024-11-09T22:21:07.202Z","updated_at":"2025-04-22T05:32:34.028Z","avatar_url":"https://github.com/jacob-ebey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# remix-dashboard-template\n\nA template to get you up and building a dashboard in Remix.\n\n## Getting started with the template\n\n```sh\nnpx create-remix@latest --install --typescript --template jacob-ebey/remix-dashboard-template\n```\n\nYou will have the option of:\n\n- No DB using a mock service\n- Prisma with SQLite\n- Prisma with PostgreSQL\n\n## Development\n\n### docker-compose\n\nIf you have chosen to use PostgreSQL, a docker-compose.yml will have been created in the root of your project. You can start the database by running:\n\n```sh\ndocker-compose up -d\n```\n\nYou will have to run a migration against the DB if it's the first time running the project. See the below section on [Migrations](#migrations).\n\n```sh\nnpx prisma migrate dev\n```\n\n### Migrations\n\nYou can apply migrations to your development database by running:\n\n```sh\nnpx prisma migrate dev\n```\n\n### Running the app\n\nStart the Remix development asset server and the Express server by running:\n\n```sh\nnpm run dev\n```\n\nThis starts your app in development mode, which will purge the server require cache when Remix rebuilds assets so you don't need a process manager restarting the express server.\n\n## Deployment\n\nFirst, build your app for production:\n\n```sh\nnpm run build\n```\n\nThen run the app in production mode:\n\n```sh\nnpm start\n```\n\nNow you'll need to pick a host to deploy it to.\n\nIf you're familiar with deploying express applications you should be right at home just make sure to deploy the output of `remix build`\n\n- `build/`\n- `public/build/`\n\n## Resources\n\n- [Remix Docs](https://remix.run/docs)\n- [Prisma Docs](https://www.prisma.io/docs/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacob-ebey%2Fremix-dashboard-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacob-ebey%2Fremix-dashboard-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacob-ebey%2Fremix-dashboard-template/lists"}