Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madebyarthouse/arthouse-starter-kit
Base starter-kit for full-stack Typescript+React web dev projects. Has sensible defaults, clears out boilerplate and adds minimal utilities on top.
https://github.com/madebyarthouse/arthouse-starter-kit
remix starter-kit tailwindcss
Last synced: about 2 months ago
JSON representation
Base starter-kit for full-stack Typescript+React web dev projects. Has sensible defaults, clears out boilerplate and adds minimal utilities on top.
- Host: GitHub
- URL: https://github.com/madebyarthouse/arthouse-starter-kit
- Owner: madebyarthouse
- Created: 2024-11-16T13:43:05.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T14:28:09.000Z (about 2 months ago)
- Last Synced: 2024-11-16T14:31:24.962Z (about 2 months ago)
- Topics: remix, starter-kit, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arthouse full-stack Starter Kit
![Arthouse Starter Kit screenshot](./docs/screenshot.png)
Starter Kit for full-stack Typescript+React web dev projects. Has sensible defaults, clears out boilerplate and adds minimal utilities on top.Includes a `.cursorrules` file to get you started with Cursor – adapt it to your needs/style.
Made by [Christian Cito](https://chrcit.com?utm_source=arthouse-starter-kit&utm_medium=github) /
[Arthouse](https://madebyarthouse.com?utm_source=arthouse-starter-kit&utm_medium=github)## Stack
- TypeScript
- React
- Remix w/ Vite
- Tailwind
- pnpm
- Plausible analytics
- Utilities (`prettier`, `eslint`, `clsx`, `pretty-cache-header`)## Setup
Search for `change me` in the repo and replace with your own values.
See [docs/replicate.md](docs/replicate.md) for steps to replicate this setup.
## Pre-launch todos
- [ ] Submit /sitemap.xml to search console
- [ ] Setup domain in Plausible
- [ ] Configure [`app/config.ts`](./app/config.ts)