Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 2.71 KB

File metadata and controls

47 lines (42 loc) · 2.71 KB

Windows

Install Visual Studio Code

I personally prefer visual studio code, if you like any other code editor go for it.

  1. download visual studio code
  2. download simple react snippets extension which will help you a lot down the road
  3. download prettier extension which will help you formatting your javascript code

Install Node

  1. download nodejs v10.15.0 LTS
  2. install it, a standard installation is sufficient just keep pressing next
  3. Make sure everything is installed, open cmd and write >> node --version
  4. If this prints v10.15.0 proceed to the next step, else make sure you followed all previous steps

Install Express

  1. >> npm install -g express

Mac

Install Visual Studio Code

I personally prefer visual studio code, if you like any other code editor go for it.

  1. download visual studio code
  2. download simple react snippets extension which will help you a lot down the road
  3. download prettier extension which will help you formatting your javascript code

Install Node

  1. download nodejs v10.15.0 LTS
  2. install it, a standard installation is sufficient just keep pressing next
  3. Make sure everything is installed, open cmd and write >> node --version
  4. If this prints v10.15.0 proceed to the next step, else make sure you followed all previous steps

Install Express

  1. >> sudo npm install -g express

Linux

Install Visual Studio Code

I personally prefer visual studio code, if you like any other code editor go for it.

  1. download visual studio code
  2. download simple react snippets extension which will help you a lot down the road
  3. download prettier extension which will help you formatting your javascript code

Install Node

  1. download nodejs v10.15.0 LTS
  2. install it, a standard installation is sufficient just keep pressing next
  3. Make sure everything is installed, open cmd and write >> node --version
  4. If this prints v10.15.0 proceed to the next step, else make sure you followed all previous steps

Install Express

  1. >> sudo npm install -g express