Install and configure Visual Studio Code for Eywa
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
	
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