Skip to content

Latest commit

Β 

History

History
56 lines (31 loc) Β· 2.5 KB

2.md

File metadata and controls

56 lines (31 loc) Β· 2.5 KB

πŸ— Theme 2 - Node.js, Master of Universe

A web Server... in JavaScript?

Illustration by https://illlustrations.co/

πŸ“– Must read

About Node.js

The battle of frameworks

About Philosophy and Methodology

About Productivity, Tools and Setup

Note: The following links are only intoductions about the importance to have your own machine workflow to make your development flow easier.

About Git and Source code management

And... what... about React

🍿 Must watch

πŸ‘©β€πŸ’» Just tell me what to do

  1. Install Node (Latest LTS Version) without sudo. My advice is to use nvm, an awesome cross platform node installer.
  2. Be sure that you can install node packages with npm without to be sudo
  3. Complete all steps of Learn You The Node.js For Much Win! tutorial