# nextjs-app-example **Repository Path**: stephenykk/nextjs-app-example ## Basic Information - **Project Name**: nextjs-app-example - **Description**: a Nextjs template using technology stack: Mikro-orm 、MUI、 Redux、 SCSS and Tailwindcss - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-06 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nextjs template using app router ## technology stack - nextjs - materialUI - mikro-orm - redux toolkit - tailwindcss - scss ## develop ```bash # put 'local_secret.json' file under the root directory of the project, it includes mysql connection info # then run the following command pnpm i pnpm dev ``` Now you can visit https://localhost:9000 in your browser. ## deploy ```bash pnpm build pnpm start ```