Skip to content

A Typescript Fullstack monorepo starter project with express, Vite, React, React Router, and Tailwind

Notifications You must be signed in to change notification settings

manry-hub/vitepress-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💡 Features

  • Monorepo Structure: Organize your project with separate packages for the backend and frontend, facilitating code sharing and scalability.

  • Shared Package: Explore how to create and manage a shared TypeScript package for common types and utilities, promoting code reusability.

  • pnpm Integration: Learn how to leverage the pnpm package manager for efficient dependency management within a monorepo, reducing redundancy and saving disk space.

📦 Project Structure

This project adheres to a monorepo structure, which separates the backend and frontend into their respective directories:

  • backend/: Contains the Express.js backend application.
  • frontend/: Houses the Vite.js frontend application.
  • bff/: Demonstrates the creation and management of a shared TypeScript package for common types and utilities.

About

A Typescript Fullstack monorepo starter project with express, Vite, React, React Router, and Tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •