Skip to content

natanebaltezan/node-master-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Node.JS Master Course

  • Section 1: Course Overview
  • Section 2: Background Information
  • Section 3: Building a RESTful API
  • Section 4: Building a Web App GUI
  • Section 5: Building a CLI
  • Section 6: Gaining Stability
  • Section 7: Gaining Performance
  • Section 8: Loose Ends

Start application

Default environment (STAGING):

node index.js

To pass the environment (PRODUCTION):

NODE_ENV=production node index.js

About

The Node.js Master Class Course by Pirple

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published