Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1010 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1010 Bytes

TypeScript Boilerplates

Summary

To use and clone a boilerplate:

npx degit https://github.com/eleven-labs/typescript-boilerplates/templates/react-ssr-with-vite my-new-project

The process uses React SSR + SSG + Progressive Hydration as an example, but it is the same for another boilerplate.

List of typescript boilerplates

Name Technologies used Status
React SSR + SSG + Progressive Hydration with Vite React + Vite + React Router + I18Next + Hoofd Completed
React Design System with Storybook React + Storybook + Style Dictionary + Utility Classes Planned
GraphQL Server with NestJS NestJS + Apollo + TypeORM Planned