Skip to content

Instantly share code, notes, and snippets.

@quentinchap
Last active October 12, 2017 07:45
Show Gist options
  • Save quentinchap/9b95ceded1e47202cd88b0dbce420dae to your computer and use it in GitHub Desktop.
Save quentinchap/9b95ceded1e47202cd88b0dbce420dae to your computer and use it in GitHub Desktop.
Gist dans le cadre d'un article sur https://devotics.fr
mkdir mon_app # Création d'un dossier qui contiendra votre code
cd mon_app
npm init # Initialisation du projet
npm install express --save # Installation de votre première bibliothèque
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment