Skip to content
Snippets Groups Projects

Fix/environment

Merged Bastien DUMONT requested to merge fix/environment into master
2 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
2
This section will allow you to install a proper local environment step by step for Ecolyo application using VSCode IDE.
This section will allow you to install a proper local environment step by step for Ecolyo and Pilote applications using VSCode IDE.
## VSCode
@@ -19,13 +19,19 @@ Here are the list of important extensions to install:
Optional extensions:
- Bracket Pair Colorizer 2
- CSS Peek
- Auto Rename Tag
- indent-rainbow
- TabOut
- Liveshare (pair programming extension)
### Browser plugins
The following plugins can be useful for debugging :
- React dev tools
- Redux dev tools
### User settings
Open the project with VSCode and add the following code into .vscode/settings.json:
Loading