feat: initialize frontend with React and Vite setup
- Add main application structure with App component - Implement state management for counter functionality - Create CSS styles for application layout and components - Include assets for logos and hero image - Set up Vite configuration for development environment - Establish global CSS variables for theming
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ services:
|
||||
container_name: orcid-frontend
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "5173:5173"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user