I personally prefer visual studio code, if you like any other code editor go for it.
- download visual studio code
- download simple react snippets extension which will help you a lot down the road
- download prettier extension which will help you formatting your javascript code
- download nodejs v10.15.0 LTS
- install it, a standard installation is sufficient just keep pressing next
- Make sure everything is installed, open cmd and write
>> node --version - If this prints
v10.15.0proceed to the next step, else make sure you followed all previous steps
>> npm install -g express
I personally prefer visual studio code, if you like any other code editor go for it.
- download visual studio code
- download simple react snippets extension which will help you a lot down the road
- download prettier extension which will help you formatting your javascript code
- download nodejs v10.15.0 LTS
- install it, a standard installation is sufficient just keep pressing next
- Make sure everything is installed, open cmd and write
>> node --version - If this prints
v10.15.0proceed to the next step, else make sure you followed all previous steps
>> sudo npm install -g express
I personally prefer visual studio code, if you like any other code editor go for it.
- download visual studio code
- download simple react snippets extension which will help you a lot down the road
- download prettier extension which will help you formatting your javascript code
- download nodejs v10.15.0 LTS
- install it, a standard installation is sufficient just keep pressing next
- Make sure everything is installed, open cmd and write
>> node --version - If this prints
v10.15.0proceed to the next step, else make sure you followed all previous steps
>> sudo npm install -g express