Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/philly-ete-talk
Building the “Front Half” of Your App (With Grunt)
https://github.com/cowboy/philly-ete-talk
Last synced: about 1 month ago
JSON representation
Building the “Front Half” of Your App (With Grunt)
- Host: GitHub
- URL: https://github.com/cowboy/philly-ete-talk
- Owner: cowboy
- Created: 2014-04-23T14:57:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T16:52:47.000Z (over 10 years ago)
- Last Synced: 2024-04-14T22:47:03.529Z (7 months ago)
- Language: JavaScript
- Homepage: http://cowboy.github.io/philly-ete-talk/
- Size: 539 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building the “Front Half” of Your App (With Grunt)
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
Given at [Philly ETE](http://phillyemergingtech.com/2014) on April 23, 2014.
View the slide deck at .
## BYO (Build Your Own)
You'll need to have [Grunt](http://gruntjs.com/) installed.
1. Clone this project's repo.
1. Ensure the `master` branch is checked out.
1. Run `npm install` to install Grunt, Grunt plugins, etc.
1. Run `grunt` to build deck(s).
1. Open generated `dist/index.html` file in your browser.
1. Edit content in `src` and let LiveReload do its thing.When done:
1. Run `grunt prod` to publish production-ready code to the `dist` directory.
When REALLY done:
1. Run `grunt deploy` to publish everything in `dist` and then to the `gh-pages` branch, which will shortly thereafter be viewable at .