https://github.com/iolo/spa-starter
An opinionated starter template for a React project with TypeScript, ESLint, Prettier, Vite, Vite Test, and Playwright.
https://github.com/iolo/spa-starter
Last synced: 12 months ago
JSON representation
An opinionated starter template for a React project with TypeScript, ESLint, Prettier, Vite, Vite Test, and Playwright.
- Host: GitHub
- URL: https://github.com/iolo/spa-starter
- Owner: iolo
- Created: 2024-04-23T14:56:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T14:47:42.000Z (over 1 year ago)
- Last Synced: 2025-06-07T06:08:49.166Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
spa-starter
===========
an **opinionated** SPA template with react and typescript and others.
Basic Features
--------------
- [react](https://react.dev/)
- [typescript](https://www.typescriptlang.org/)
- [typescript-eslint](https://typescript-eslint.io/)
- [prettier](https://prettier.io/)
- [vite](https://vitejs.dev/)
- [vitest](https://vitest.dev/)
- [playwright](https://playwright.dev/)
Optional Features
-----------------
- [tailwind](https://tailwindcss.com/): see [feat/tailwind](/tree/feat/tailwind) branch
- [shadcn/ui](https://ui.shadcn.com/): see [feat/shadcnui](/tree/feat/shadcnui) branch
- [react-router](https://reactrouter.com/): see [feat/reactrouter](/tree/feat/reactrouter) branch
---
May the **SOURCE** be with you...