Skip to content

AltanS/ts-factory-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS Factory Stack

An opinionated Typescript, Vite and React Router powered starter template.

Requirements

  • Docker
  • Node.js >= 22

Installation

Install the dependencies:

pnpm install

Development

Start the development server with HMR:

  • requires a postgres DB to exist with the credentials configured via .env
docker compose up #start postgres
pnpm dev #run the dev server

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

pnpm build

Deployment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages