Please sign in to access this page

WebDev Templates

WebDev Templates

2 devlogs
5h 12m
Created by liujip0

I made some templates for fullstack and frontend-only websites! Mostly just wanted to save myself some time and configuration.

Timeline

Combined everything into one repo, and published to npm! Also added my own components library as a dependency

Update attachment

Ship 1

0 payouts of shell 0 shells

liujip0

12 days ago

liujip0 Covers 1 devlog and 1h 52m

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

Update attachment