Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmgogo/node-essentials
Jupyter notes for essential tools on Node.js
https://github.com/jmgogo/node-essentials
jupyter-notebook node node-js nodejs
Last synced: about 2 months ago
JSON representation
Jupyter notes for essential tools on Node.js
- Host: GitHub
- URL: https://github.com/jmgogo/node-essentials
- Owner: jmgogo
- Created: 2024-04-03T01:42:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T14:04:35.000Z (9 months ago)
- Last Synced: 2024-09-21T01:33:46.648Z (3 months ago)
- Topics: jupyter-notebook, node, node-js, nodejs
- Language: Jupyter Notebook
- Homepage: https://github.com/jgome284/node-essentials/blob/main/node.ipynb
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Essentials
Node.js is a popular runtime that revolutionized JavaScript development. It enabled backend development using the JavaScript that front-end developers were already familiar with. Node comes with its own variables and core modules accessible for use. This project outlines node essential tools in the [node.ipynb](./node.ipynb) Jupyter notebook.
## Development Environment
This project is set up with a .devcontainer for use on Visual Studio Code. For more information reference [developing inside a container](https://code.visualstudio.com/docs/devcontainers/containers) on VS Code.## Get Started
If you'd like to set up a local development environment to work with this Jupyter Notebook, reference the [tutorial for devcontainers](https://code.visualstudio.com/docs/devcontainers/tutorial) on VS Code.