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

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

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`)