An open API service indexing awesome lists of open source software.

https://github.com/jonathas/master-nodejs

Code from Udemy's course "Master NodeJS: The Complete Front-End Developer Course"
https://github.com/jonathas/master-nodejs

course javascript nodejs

Last synced: 3 months ago
JSON representation

Code from Udemy's course "Master NodeJS: The Complete Front-End Developer Course"

Awesome Lists containing this project

README

          

# README #

Code from Udemy's course "Master NodeJS: The Complete Front-End Developer Course"

### Contents:

01) Introduction

- Introduction
- Installing the NodeJS
- Intro to the Command Line

02) Concepts

- Client and Server JavaScript
- NPM
- Intro to Module
- Core Node Modules
- What's Async

03) New Project

- Create a Front-End Project

04) NodeJS Workflow Tools

- Browserify Your Modules
- Manipulate Your Build Process With Gulp
- Line all the Things
- Yeoman, Generate, Automate, Boilerplate
- Unit Tests With Mocha and Chai
- Run Tests in the Browser With Testing CI

05) Conclusion

- Conclusion