- A barebones project to be used as a starting point for other UI projects.
- React SPA, meaning no server side code exists here whatsoever.
- Advantages of SPA:
- 0 server side state, meaning bundles can be cached in CDN-s
- complete isolation from server-side code
- Language: typescript and react
- Build tool: vite
- Styling: tailwindcss
- Code style: eslint
- Formatting: prettier
- Testing: playwright and react-testing-library
- import this repo to your project:
- to an existing repo as a submodule/subtree
- or clone as a separate project