Skip to content

statox/monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,025 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statox Monorepo

This monorepo contains both the backend API and frontend applications for the Statox platform.

Structure

  • back/ - API backend (formerly api.statox.fr)
  • front/ - Frontend applications (formerly apps.statox.fr)

Development

Each directory maintains its own package.json and can be developed independently:

Backend

cd back
npm install
npm run watch    # TypeScript watcher
npm run serve    # Start server on port 3000
npm run tests    # Run tests

See back/CLAUDE.md and back/DEV.md for detailed backend documentation.

Frontend

cd front
npm install
npm run dev      # Start dev server
npm run build    # Build for production

See front/CLAUDE.md for detailed frontend documentation.

Git Hooks

Git hooks are managed at the monorepo root level:

./githooks/setup.sh  # Install git hooks

History

This monorepo was created by merging the git histories of two previously independent repositories:

All commit history from both repositories has been preserved. You can view the full history of any file:

git log back/package.json    # Shows full backend history
git log front/package.json   # Shows full frontend history

About

My monorepo ExpressJS API + Svelte5 app + SDK

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages