https://github.com/yowainwright/career-presentation
Front End Presentation for high school media students done with reveal.js & jade
https://github.com/yowainwright/career-presentation
Last synced: 9 months ago
JSON representation
Front End Presentation for high school media students done with reveal.js & jade
- Host: GitHub
- URL: https://github.com/yowainwright/career-presentation
- Owner: yowainwright
- Created: 2016-05-13T08:56:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T20:10:01.000Z (about 6 years ago)
- Last Synced: 2025-01-01T20:09:40.467Z (over 1 year ago)
- Language: CSS
- Homepage: http://jeffry.in/career-presentation/
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Career Presentation
This is a career presentation meant to be shown to media students
## Setup npm modules & bower
- `npm install --save-dev`
- `bower install --save-dev`
## Gulp tasks
- `gulp` gulp default task
- `gulp templates` compile jade templates
- `gulp styles` compile sass
- `gulp scripts` concat scripts
- `gulp webserver` local server & live reload
## Local URL
Go to `http://localhost:8001/` in your browser to make sure you're up and running (after running `gulp webserver`)