https://github.com/bencodezen/ngmadlib
Basic madlib application
https://github.com/bencodezen/ngmadlib
Last synced: about 1 month ago
JSON representation
Basic madlib application
- Host: GitHub
- URL: https://github.com/bencodezen/ngmadlib
- Owner: bencodezen
- Created: 2015-09-13T18:31:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T00:34:27.000Z (over 10 years ago)
- Last Synced: 2025-03-21T13:56:37.346Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngMadLib
## Setup
1. Clone repository on your local machine
2. Run `npm install` to install all dependencies
3. Open `index.html` to see the app up and running
4. The app currently only looks at the `dist/style.css` file which is generated by Gulp from the `style.css` on the root directory
## Running the Demo
1. Visit the demo [here](http://bencodezen.github.io/ngMadLib/)
2. Clone repository on your local machine and open `index.html`