MDN Tutorial for a Node/Express Website
Using MDN https://developer.mozilla.org/fr/docs/Learn/Server-side/Express_Nodejs
We follow the steps to create a Local Library application running on browsers.
For all the projects, the 'node_modules' directories containing the dependencies listed in package.json -> dependencies and devdependencies are not saved in the repo.
To run the projects, please follow these steps (still to be validated):
- Open the .gitignore file
- Create, in your cloned repo, the node_modules folder at hierarchy levels described in the file
- run "npm install" to download the dependencies