An open API service indexing awesome lists of open source software.

https://github.com/huxinfeng/interview

前端面试圣经
https://github.com/huxinfeng/interview

html5 javascript web

Last synced: 2 months ago
JSON representation

前端面试圣经

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
```