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"
- Host: GitHub
- URL: https://github.com/jonathas/master-nodejs
- Owner: jonathas
- License: gpl-3.0
- Created: 2016-08-11T13:44:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T14:32:08.000Z (almost 10 years ago)
- Last Synced: 2025-06-03T03:49:53.766Z (about 1 year ago)
- Topics: course, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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