Skip to content

Instantly share code, notes, and snippets.

View chris2cant's full-sized avatar
🚀

Christophe de Canteloube chris2cant

🚀
  • OpenClassrooms
  • France
View GitHub Profile
@chris2cant
chris2cant / git.md
Last active November 6, 2019 13:46

Git

I created this guide to help everyone to execute git command step by step. This guide follows the oneflow method. Everything in this guide merge my experience, articles and feedbacks.

Table of Contents

Angular - Storybook Guide

Install

Install via npm

npm install --save-dev @storybook/angular babel-loader @babel/core

VSCode

  • editor.formatOnSave : true
  • files.autoSave : onFocusChange
  • editor.tabSize : 2
  • git.inputValidationSubjectLength: 100

Personal choice

  • workbench.editor.showTabs: false (Warning : Disable tabs navigation)

UX UI

Inspiration

Thank you, contributors!

  • Jean-Christophe Queval-Bourgeois