Skip to content

Files

Latest commit

d7cbc97 · Dec 16, 2017

History

History
39 lines (25 loc) · 760 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 760 Bytes

BonusTime

A webpage for rand a number, using CSS3. Run this project by grunt or run app/index.html driectly.

Actually I get this idea by a CSS3 3D & animation demo, but I can't find it. If you konw that website, please mailto:yuedayu13@gmail.com. And I'll put that link on README.


Created by Yue Dayu and maintained by Lab μ. All right reserved.


Refactor by TennyZhuang

Prepare

Install the Parcel

npm install -g parcel-bundler

Development

# develop index page
parcel app/index.html

# develop config page
parcel app/config.html

Production Build

npm run build