Skip to content

ecell/labcode-web-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

データ管理システム

A React-based data management system with Google authentication.

Setup

  1. Clone the repository

  2. Copy .env.example to .env and add your Google OAuth Client ID

  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Access the application at http://localhost:5173/

Features

  • Google Authentication
  • Data table with sorting and filtering
  • Responsive design
  • TypeScript support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.9%
  • JavaScript 1.7%
  • Other 1.4%