Difference between revisions of "Install and configure Visual Studio Code for Eywa"

From wiki.ferrari.mo.it
Jump to navigation Jump to search
Line 27: Line 27:
  
 
And, from the upper Git menu, checkout to productiontracking.
 
And, from the upper Git menu, checkout to productiontracking.
 +
 +
6. Download packages
 +
 +
npm install
 +
 +
7. Start application
 +
 +
npm start

Revision as of 09:33, 30 May 2019

Install and configure Visual Studio Code for Eywa

1. Download and install Visual studio code from https://code.visualstudio.com/

Install it with default settings, the only suggestion is to not add it to PATH.

2. Download and install node from https://nodejs.org/en/

The current version is 10.16.0 LTS. Different *stable* version should not be a problem.

3. Install Git following the instructions at https://www.atlassian.com/git/tutorials/install-git#windows

Download Git from https://gitforwindows.org/ .

4. In Visual studio code, open a terminal

Restart Visual Studio if it is already open. Then, go to Terminal - New .

Then, execute the following commands:

git config --global user.name "Fabio Ferrari"
git config --global user.email "fabiofe@bitbucket.org"

5. Then, download the sources

git clone https://fabiofe@bitbucket.org/fabiofe/eywa.git

And, from the upper Git menu, checkout to productiontracking.

6. Download packages

npm install

7. Start application

npm start