J Cole Morrison

J Cole Morrison

Hi, I'm Cole. I'm a Software and DevOps Engineer based out of Los Angeles, CA teaching what I know as I go! This is a log of my Tech Guides and Thoughts. Thanks for reading!


TagAngular
Featured

Angular

Building an Angular and Express App Part 3

Posted on - Comments

This is a part 3 in a series of posts. You can check out the other parts here: Part 1 Part 2 You should go through those to get the most out of this series. This post is going to cover the following: Getting our local MongoDB hooked up to our node application…

Featured

Angular

Building an Angular and Express App Part 2

Posted on - Comments

Note: This is a continuation from Building an Angular and Express App Part 1 so make sure you check it out before you do this one. Also checkout Building an Angular and Express App Part 3. Alrighty! Today we're going to do a few of things: Get the angular fro…

Featured

Angular

Building an Angular and Express App Part 1

Posted on - Comments

Updated: 2-5-2017 with edits for: Using Node version 6+ (6.9.5) Using the latest version of all included packages Using a proxy server to avoid having the express server watch our grunt project (and therefore continue to leverage livereload) Setting up html5mo…