https://github.com/huxinfeng/interview
前端面试圣经
https://github.com/huxinfeng/interview
html5 javascript web
Last synced: 2 months ago
JSON representation
前端面试圣经
- Host: GitHub
- URL: https://github.com/huxinfeng/interview
- Owner: huxinfeng
- License: mit
- Created: 2022-04-23T05:44:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T14:02:37.000Z (almost 4 years ago)
- Last Synced: 2025-12-31T17:46:24.352Z (6 months ago)
- Topics: html5, javascript, web
- Language: TypeScript
- Homepage: https://huxinfeng.github.io/interview
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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
```