# interview **Repository Path**: huxinfeng/interview ## Basic Information - **Project Name**: interview - **Description**: 前端面试圣经,采用 dumjs+ts 搭建 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://huxinfeng.github.io/interview - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-04-22 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # interview ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build documentation, ```bash $ npm run docs:build ``` Run test, ```bash $ npm test ``` Build library via `father-build`, ```bash $ npm run build ```