https://github.com/devonchurch/edamame
Animated hero module using SVG animated paths
https://github.com/devonchurch/edamame
Last synced: about 1 year ago
JSON representation
Animated hero module using SVG animated paths
- Host: GitHub
- URL: https://github.com/devonchurch/edamame
- Owner: devonChurch
- License: mit
- Created: 2015-11-19T06:25:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T08:22:42.000Z (about 10 years ago)
- Last Synced: 2025-02-02T08:29:47.431Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 663 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edamame
Animated hero module using SVG animated paths.
## Demo
[Click here](http://codepen.io/DevonChurch/full/epwgrK/)
## Installation
- Clone this repository
```
git clone https://github.com/devonChurch/edamame.git
```
- Install project dependancies
```
npm install
```
- Start up a [Webpack](https://webpack.github.io/docs/webpack-dev-server.html) development server at http://localhost:8080/webpack-dev-server/
```
npm start
```
## License
MIT