This is the repository for my course NODE.JS: THE ESSENTIALS + API FRAMEWORKS EXPRESS KOA SAILS
The full course is available at
http://btreepress.com/blog/portfolio-items/node-js-the-essentials-api-frameworks-express-koa-sails/
You can also follow me on twitter ,LinkedIn, or read my blog.
Node.js, a lightweight and efficient platform for building network apps. In this course Luke Angel Leads you down the path to get your first pieces of code and understand the frameworks available for the platform, including options such as Express, Sails, and Koa. We will learn how promises and generators helps solve callback hell are and how to create both of them. We will then dive into some New Features in node and ES 2016, . All this information is bundled into a small user authentication API Alexander creates along the way, which can be used as the stepping stone for the next full-scale app you build with Node.js.Topics include:
Installing Node.js Understanding the benefits of JavaScript Writing modules and packages Reading and writing files Working with frameworks: Express, Sails, and Koa Generating promises Working with generator functions
- The Course is a broken down by video. For Each video this is one course if there is coding involved in the video
- Make sure you have these installed or watch the video on the node installation
-
Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)
`git clone https://github.com/bTreePress/NODE.JS-THE-ESSENTIALS-API-FRAMEWORKS-EXPRESS-KOA-SAILS
The one I am using in the video is Visual Studio Code. If you Need a Free Code Development Evironment Here Are Just A Few Good Ones Visual Studio Code Brakets [atom] https://code.visualstudio.com/
A Great One That I Also Use Daily but has to many buttons for videos is [Webstorm])(https://www.jetbrains.com/webstorm/download/)