> For the complete documentation index, see [llms.txt](https://romebell.gitbook.io/seirfx-621/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://romebell.gitbook.io/seirfx-621/node-express/00readme.md).

# Node

## Objectives

* Describe Node and Node Package Manager
* Set up a basic Node project
* Create, export, and import Node modules
* Use NPM to install and save node packages
* Describe what data is found in package.json
