# react-demo **Repository Path**: makisek/react-demo ## Basic Information - **Project Name**: react-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-04 - **Last Updated**: 2024-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Modern.js App ## Setup Install the dependencies: ```bash pnpm install ``` ## Get Started Start the dev server: ```bash pnpm dev ``` Enable optional features or add a new entry: ```bash pnpm new ``` Build the app for production: ```bash pnpm build ``` Preview the production build locally: ```bash pnpm serve ``` For more information, see the [Modern.js documentation](https://modernjs.dev/en).