Book Image

Deploying AngularJS [Video]

By : Thomas Tuts, Thomas Tuts
Book Image

Deploying AngularJS [Video]

By: Thomas Tuts, Thomas Tuts

Overview of this book

Application development and deployment made easy with AngularJS and HerokuAbout This Video • Create an easy-to-understand and flexible build system for your application using GulpJS • Deploy to Heroku and add monitoring tools for error tracking • Beginner-friendly introduction to writing tests and utilizing best practices In Detail AngularJS does exactly what it says on the box - it extends HTML to what it should be for web applications. It allows users to create applications quickly with great architecture backing it up and provides testing support, which shouldn't be underestimated. AngularJS also has a great community surrounding it, justifying its popularity. Gulp and NodeJS are technologies that make the life of any frontend developer easier by allowing them to automate tedious tasks. Think of SASS compilation, minifying your code, and so on, all happening automatically, and at the speed of light using our build system in Gulp. Heroku is a cloud application platform that allows us to easily deploy our application to the web and scale it according to our needs. Heroku allows us to focus on writing code instead of worrying about server infrastructure. AngularJS makes developing frontend web applications a breeze, while Gulp and Node provide an optimized and stable production version to deploy on Heroku, making application development hassle free. Deploying AngularJS is aimed at providing best practices and the most modern tooling methods available for creating and deploying an AngularJS application. Not only will your applications be simple and elegant, the development and deployment will also be blazingly fast. We start by outlining the application idea, then developing it, and finally deploying our app to Heroku. Before we begin, we’ll prepare our development environment and our build system. After everything is up and running, we’ll get started by constructing the supporting services that form the skeleton of our application. Then, we use those services to flesh out the app. Later, we make sure our application is optimized for production, and we deploy it to Heroku. This video course will help you develop and deploy your AngularJS applications in a short but sweet, no-nonsense approach.
Table of Contents (7 chapters)
Chapter 4
Building the Arena
Content Locked
Section 3
Fighting the Match
Now that we have all the separate pieces, we’ll combine them to determine a winner in a matchup. - Write the specification to determine the winner - Implement the method to determine the winner - Save the match results to storage