Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.