All Projects → planetoftheweb → gruntworkflows

planetoftheweb / gruntworkflows

Licence: other
Repository for my tutorial course: Grunt.js Web Workflows on LinkedIn Learning and Lynda.com.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to gruntworkflows

progressive
This is the repository for my course, Building a Progressive Web App on LinkedIn Learning and Lynda.com.
Stars: ✭ 26 (-7.14%)
Mutual labels:  training, rayvillalobos, lynda, lynda-com, linkedinlearning
postcsslayouts
This is the repository for my course, Building a Responsive Single-Page Design with PostCSS on LinkedIn Learning and Lynda.com.
Stars: ✭ 22 (-21.43%)
Mutual labels:  training, rayvillalobos, lynda, lynda-com, linkedinlearning
npmtooling
This is the repository for my course, Tooling with NPM Scripts on LinkedIn Learning and Lynda.com.
Stars: ✭ 13 (-53.57%)
Mutual labels:  training, tooling, rayvillalobos, lynda-com, linkedinlearning
responsivebootstrap
This is the repository for my course, Bootstrap Layouts: Responsive Single-Page Design on LinkedIn Learning and Lynda.com.
Stars: ✭ 49 (+75%)
Mutual labels:  training, rayvillalobos, lynda, lynda-com, linkedinlearning
angular
Repository for my tutorial course: Learning AngularJS on LinkedIn Learning and Lynda.com. http://raybo.org/angular
Stars: ✭ 79 (+182.14%)
Mutual labels:  training, rayvillalobos, lynda-com, linkedinlearning
wp-mail-catcher
A fast, lightweight plugin that saves emails sent by your WordPress website.
Stars: ✭ 16 (-42.86%)
Mutual labels:  grunt, gruntjs
humescores
IMPORTANT: Download the Exercise Files from the course page to get the Gulp process files and other important data.
Stars: ✭ 58 (+107.14%)
Mutual labels:  lynda
mezzio-tooling
Migration and development tooling for Mezzio
Stars: ✭ 14 (-50%)
Mutual labels:  tooling
covid19-datafetcher
Fetch COVID19 data published by US states.
Stars: ✭ 32 (+14.29%)
Mutual labels:  tooling
primrose
Primrose modeling framework for simple production models
Stars: ✭ 33 (+17.86%)
Mutual labels:  workflows
KataTODOApiClientKotlin
TODO API Client Kata for Kotlin Developers. The main goal is to practice integration testing using MockWebServer
Stars: ✭ 59 (+110.71%)
Mutual labels:  training
castlecss-boilerplate
A simple and mobile-friendly HTML5 template with CastleCSS to kickstart your website
Stars: ✭ 29 (+3.57%)
Mutual labels:  grunt
graphql-action
A GitHub Action to send queries to GitHub's GraphQL API
Stars: ✭ 70 (+150%)
Mutual labels:  tooling
bigflow
A Python framework for data processing on GCP.
Stars: ✭ 96 (+242.86%)
Mutual labels:  workflows
Exceptionless.UI
Exceptionless web user interface
Stars: ✭ 105 (+275%)
Mutual labels:  grunt
steep
⤴️ Steep Workflow Management System – Run scientific workflows in the Cloud
Stars: ✭ 30 (+7.14%)
Mutual labels:  workflows
actions-js-build
GitHub Actions for running Javascript build tools and committing file changes
Stars: ✭ 46 (+64.29%)
Mutual labels:  grunt
nntrainer
NNtrainer is Software Framework for Training Neural Network Models on Devices.
Stars: ✭ 92 (+228.57%)
Mutual labels:  training
Kotsu
✨ Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Stars: ✭ 48 (+71.43%)
Mutual labels:  grunt
tideflow
Building extensible automation. Tideflow is a Realtime, open source workflows execution and monitorization web application.
Stars: ✭ 101 (+260.71%)
Mutual labels:  workflows

Grunt.js: Web Workflows

This is the repository for my course Grunt.js: Web Workflows. The full course is available on LinkedIn Learning and Lynda.com

Grunt.js: Web Workflows

Developing a workflow will help you program, test, and deploy your web applications more easily and efficiently. Tools like Grunt.js make generating workflows as easy as writing a setup file. Here Ray Villalobos covers the key steps in creating a Grunt-based web workflow, from creating tasks to process Sass and combine scripts to automating the entire workflow. He also shows how to use Bower.io to quickly load frameworks such as Bootstrap, jQuery, and Mustache.js.

Instructions

This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add /tree/BRANCH_NAME to the URL to go to the branch you want to peek at.

Branches

The branches are structured so that they correspond to the videos in the course. So, for example if I name a branch 02_03b then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A b means that this is how the code looks at the beginning of the video, an e means that is how the code looked at the end of the video.

You may find additional branches that correspod to other states, so for example, you may see a t, which means this is a target branch. A target branch is something I use during development or updates of a course and it's for a branch that I'm working towards. For the purposes of taking a course, you may ignore any additional branches. The master branch usually has the state of the project as I'm working through it and the final state of the code when I finish the course.

Installing

  1. Make sure you have these installed
  2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone CLONEURL
  3. CD to the folder cd FOLDERNAME
  4. Run > npm install to install the project dependencies
  5. Run > grunt to start live preview server

More Stuff

Check out some of my other courses on LinkedIn Learning and lynda.com. You can follow me on LinkedIn, read my blog, follow me on twitter, or check out my youtube channel.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].