Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayusharma/birthday

A Happy Birthday animation design in CSS3, HTML5
https://github.com/ayusharma/birthday

birthday celebration

Last synced: 5 days ago
JSON representation

A Happy Birthday animation design in CSS3, HTML5

Awesome Lists containing this project

README

        

Happy Birthday

A Happy Birthday animation design in CSS3, HTML5.

URL: http://ayusharma.github.io/birthday/

Technology Used: HTML5 CSS3 jQuery GNU/Linux Digital Ocean as VPS GIMP

# Setup

## If you have python installed:
```
cd Birthday
```

&&

```
python -m SimpleHTTPServer --port 8081
```

visit http://localhost:8081 in your browser.

## If you have nodejs installed
```
npm install
```
&&

```
npm run server-node
```
visit http://localhost:8081 in your browser.