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
- Host: GitHub
- URL: https://github.com/hentaicracker/aboutme
- Owner: hentaicracker
- Created: 2017-06-01T03:51:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T15:03:19.000Z (almost 9 years ago)
- Last Synced: 2025-04-03T20:44:17.816Z (about 1 year ago)
- Topics: angular, angular4, postcss, scss, typescript, webpack2, yarn
- Language: TypeScript
- Homepage:
- Size: 4.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```