Skip to content

lineCode/local-web-app-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Web App Starter

An opinionated but extensible web app for local use. The client has api bridges to work with file system, databases and system processes. Also includes some nifty utilities such as a CORS proxy, a key value store, configurations, etc.

Dev

Run the backend and client separately using cargo run and pnpm dev for backend and client respectively.

Build

Run the scripts inside scripts to try out the release build which can be found inside bin after running the script.

Stack

  • Rust
  • Axum
  • MongoDB
  • Sqlite
  • Typescript
  • React
  • Tailwind

About

A simple web app starter template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 65.8%
  • TypeScript 29.1%
  • PowerShell 1.5%
  • JavaScript 1.3%
  • Shell 1.3%
  • HTML 0.8%
  • CSS 0.2%