# care_system_user_express **Repository Path**: yimig/care_system_user_express ## Basic Information - **Project Name**: care_system_user_express - **Description**: care_system user backend - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 患者分诊系统(后端项目) ### front stack: **js:** - es6 by babel - vue.js 2 **css:** - less - postcss 8(autoprefixer) - tailwindcss 2 with purgecss - element ui **bundle tool:** - webpack 5 --- notice:make sure you have installed Node.js(v15) run command ``` npm install ``` to download all dependencies. It may take some minutes. After install complete, run ``` npm run start ``` to launch the project. project url will be **http://localhost:3001**