Please sign in to access this page
I made some templates for fullstack and frontend-only websites! Mostly just wanted to save myself some time and configuration.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Combined everything into one repo, and published to npm! Also added my own components library as a dependency
Did all of the setup, and then removed the tRPC stuff for the frontend-only template!
The frameworks/technologies I used are:
- Vite for build/bundling
- GitHub Pages for deploying the frontend
- Cloudflare Workers for deploying both the frontend and the backend
- React + TypeScript for the coding on the frontend
- TypeScript for the backend
- tRPC for connecting everything together
- React Router for routing on the frontend
- Prettier and Concurrently for DX and whatnot