by bartstc
This project provides a basic dev setup intended for Single Page Application (SPA) development. It contains key tools, settings for seamless DX, and an demo app presenting good practices and used tooling in action.
# Add to your Claude Code skills
git clone https://github.com/bartstc/vite-ts-react-templateAn opinionated, production-ready starter for Single Page Application development with React. Pre-configured tooling, libraries, and a demo app so you can skip the boilerplate and focus on building.
.github/instructions/, .github/skills/, .github/prompts/)CLAUDE.md), skills, subagents, and custom commands (.claude/)No comments yet. Be the first to share your thoughts!
Clone the repo and set up your own remote:
git clone --depth 1 https://github.com/bartstc/spa-vite-template.git [project_name]
cd [project_name]
rm -rf .git && git init
git remote add origin git@github.com:username/project.git
It's recommended to run the dev server inside a container for consistent Node/PNPM versions. If you're using VS Code, the included devcontainer config handles this out of the box.
| Command ...