Skip to content

viam-labs/sanding-history-web-app

Repository files navigation

Sanding Monitoring Web App

A basic React TypeScript application with minimal dependencies that displays a list of strings, built with Vite.

Features

  • React 18 with TypeScript
  • Vite for fast development and building
  • Minimal dependencies
  • String list component that renders a list of strings
  • Clean, modern UI

Getting Started

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Start the viam proxy:

    viam module local-app-testing --app-url http://localhost:3000 --machine-id <machine-id>

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run preview - Preview production build

Project Structure

  • src/App.tsx - Main application component
  • src/components/StringList.tsx - Component that renders a list of strings
  • src/index.tsx - Application entry point
  • index.html - HTML template
  • vite.config.ts - Vite configuration

Dependencies

  • React 18.2.0
  • React DOM 18.2.0
  • Vite 4.4.0
  • TypeScript 5.0.0
  • Type definitions for React and React DOM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages