项目作者: fightingljm

项目描述 :
:page_with_curl: React Animation Resume
高级语言: JavaScript
项目地址: git://github.com/fightingljm/react-animation-resume.git
创建时间: 2017-03-13T06:53:06Z
项目社区:https://github.com/fightingljm/react-animation-resume

开源协议:

下载


react-animation-resume

原版动态效果参见 http://strml.net/

最近看到 一个炫酷的简历模板 | 饥人谷 实现了动态简历的效果,感觉很有意思,所以我也用 React 做了一份自己的简易动态简历

使用方法

在线的项目展示效果可以点击链接: React Animation Resume

如果想在本地下载、编译、运行,可以参考以下命令:

  1. git clone https://github.com/fightingljm/react-animation-resume.git
  2. cd react-animation-resume/
  3. npm install
  4. npm run build
  5. npm run start

就可以在 http://localhost:8080/index.html 上看到项目的展示效果啦