Skip to content

your agile tool for planning and building products, free forever

Notifications You must be signed in to change notification settings

ponjo-studios/fragro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite + TypeScript Template

This is a web-based project template using the following technologies:

With optional configurations for using:

TypeScript Path Aliases

  • @app -> ./src
  • @components -> ./src/ui/components (for general components)
  • @pages -> ./src/ui/pages (for general components)
  • @hooks -> ./src/hooks
  • @stores -> ./src/stores (for Zustand stores)
  • @backend -> ./src/backend (for any backend code)
  • @css -> ./src/ui/css (for global css)

Using with Tauri

To use this template with Tauri, change the follow files:

  • (existing) package.json -> (delete)
  • (existing) vite.config.ts -> (delete)
  • (rename) vite.tauri.config.ts -> vite.config.ts
  • (rename) package.tauri.json -> package.json

About

your agile tool for planning and building products, free forever

Resources

Stars

Watchers

Forks

Languages