Preview:
/* Initialiser le back-end */
// création d'un dossier "backend"
// => création d'un fichier .json
npm init 

/* Lancer le projet > front-end */
npm start

/* Lancer le projet > back-end */
// permet de relancer le server à chaque intéraction
nodemon server
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter