# Maxim Golubev Les technologies principales que nous utilisons: - javascript (typescript) - nodejs - www.github.com # Setup developement environment - Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) - Install [VScode](https://code.visualstudio.com/) - Install the following plugins in VScode: - [prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - [Jest](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest) - In VScode use `SHIFT+CTRL+P` to - find `Shell Command: Install 'code' command in PATH` (to be able to start code from any folder in the terminal by running `code .`) - save on focus change - Install [volta](https://docs.volta.sh/guide/getting-started) - `volta install node@16`: install last version of `node` - `nvm install stable`: install last version of `node` - Install [gh](https://github.com/cli/cli) Search and directly edit the configuration JSON of vscode to turn on auto-formatting on save (`SHIFT + CTRL + P`, then search 'Preferences: Open settings (JSON)' )