Skip to content
  • Jan Koch's avatar
    feat: initialize frontend with Vite and React setup · 79e29eb8
    Jan Koch authored
    - Added package.json with dependencies for React, Vite, and TypeScript.
    - Included Vite logo SVG and React logo SVG in the public/assets.
    - Created App component with basic structure and state management.
    - Added global styles in index.css and component-specific styles in App.css.
    - Configured TypeScript with tsconfig files for app and node.
    - Set up Vite configuration for React plugin.
    - Created a makefile for build automation.
    79e29eb8
Loading