# major-searching **Repository Path**: github-30282220/major-searching ## Basic Information - **Project Name**: major-searching - **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-01-21 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Example for building frontend app with [umi](https://github.com/umijs/umi) ## Development ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### Deployment Build assets with umi that will be generated to `app/public` which served by egg. And `manifest.json` will be generated to `config` ```bash $ npm run build ``` Start server ```bash $ npm start ```