Ce template à pour objectif l'initialisation d'un environnement de developpement TypeScript via DevContainer.
Configuration de DevContainer : .devcontainer/devcontainer.json. Configuration de Visual Studio Code : .vscode/settings.json
- Node: v20.0.0
- Yarn: 1.22.19
- Npm: 9.6.4
- Mongo: 6.0, Connection String : mongodb://127.0.0.1:27017
- Docker
- Visual Studio Code avec l'extension : Dev Containers
- StandardJS - JavaScript Standard Style par Standardjs.com : Pourquoi se prendre la tête à configurer Eslint et Prettier quand StandardJS le fait pour nous !
- ES7+ React/Redux/React-Native snippets par dsznajder
- :emojisense: par Matt Bierner : Indispensable pour egayer son projet 😸.
- Emoji Log par Ahmad Awais
- Auto Rename Tag par Jun Han : Renommer automatiquement la balise HTML/XML associée.
- Highlight Matching Tag par vincaslt
- Better Comments par Aaron Bond
- Material Icon Theme par Philipp Kief
- Git Blame par Wade Anderson
- Git Graph par mhutchie
- Git Indicators par lamartire
- Todo Tree par Gruntfuggly
- HTML CSS Support par ecmel
- IntelliSense for CSS class names in HTML par Zignd
- npm Intellisense par Christian Kohler
- Path Intellisense par Christian Kohler
- MongoDB for VS Code par MongoDB