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

https://github.com/hentaicracker/aboutme

Aboutme by angular 4
https://github.com/hentaicracker/aboutme

angular angular4 postcss scss typescript webpack2 yarn

Last synced: 3 months ago
JSON representation

Aboutme by angular 4

Awesome Lists containing this project

README

          

# aboutme
使用 *Angular 4.0* 写的个人主页。
可参考作为 angular + webpack 开发模板。

## Developing

```bash

# 使用 yarn 安装 node 模块
yarn

# start dev
npm start

# build
npm run build

```