An open API service indexing awesome lists of open source software.

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.

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...