Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nodejs/getting-started

Getting started in Node.js!
https://github.com/nodejs/getting-started

contribute getting-started javascript learn node nodejs

Last synced: 3 days ago
JSON representation

Getting started in Node.js!

Awesome Lists containing this project

README

        

# Getting Started in Node.js [![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

> Find out how you can get started in Node.js and where you can find answers to questions of any kind.

Node.js green hexagon

Whether you're new to programming, new to JavaScript, moving to Node.js from another language, or interested in contributing to Node.js, the aim of this repository is to get you on your feet.

## Guides

### Node.js: General

These are free, high-quality resources that anyone should be able to pick up to start learning Node.js right away.

- Node.js [Getting Started Guide](https://nodejs.org/en/docs/guides/getting-started-guide/)
- One of the most basic projects you can build with Node.js.
- NodeSchool [Workshoppers](https://nodeschool.io/#workshoppers)
- NodeSchool is an unofficial community group that has built out various workshops that you can walk through yourself.
- Many workshoppers can also be run online via the [NodeSchool](https://glitch.com/@nodeschool) organization's workshoppers on Glitch
- Have an additional resource? [Send a Pull Request](https://github.com/nodejs/getting-started/edit/master/README.md) on this file!

### Node.js: Node.js and {{ something else }}

At this point, very few people use _just_ Node.js. As such, it's important to also learn how Node.js works with other tools in our ecosystem. These resources aim to help you get up and running with Node.js and other technologies.

- [Full Stack Open](https://fullstackopen.com)
- Teaches: Node.js, React, Redux, MongoDB, and GraphQL
- Have an additional resource? [Send a Pull Request](https://github.com/nodejs/getting-started/edit/master/README.md) on this file!

### Node.js: Contributing

If you're looking to contribute directly to Node.js, these guides will help move you in the right direction.

- [Contribute to Node.js Core](http://nodetodo.org/getting-started/)
- [Contribute to Node.js (but not sure how to get to the working group you want to help?)](https://github.com/nodejs/getting-started/blob/master/contribute_to_node.md)
- Have an additional resource? [Send a Pull Request](https://github.com/nodejs/getting-started/edit/master/README.md) on this file!

#### Good First Issues in the Node.js Organization

All repositories in the Node.js GitHub organization have the "good first issue" label as a part of the repository. Some are more active than others, and have more opportunities for tackling good first issues and getting started with the project.

Here's a set of repositories within the project that have multiple good first issues open:

- [nodejs/node](https://github.com/nodejs/node/labels/good%20first%20issue): the core project. There are many good first issues here. The easiest ones often get snatched up quickly, but we try our best to ensure there are always some.
- [nodejs/nodejs.dev](https://github.com/nodejs/nodejs.dev/labels/good%20first%20issue): our effort to build a new website based off of React using Gatsby.js.
- [nodejs/citgm](https://github.com/nodejs/citgm/labels/good%20first%20issue): Canary in the Gold Mine, or CITGM, is a tool Node.js uses to test changes to see if they'll impact the most used modules in the ecosystem. It's a highly impactful project and one that's a great place to contribute to.
- [node/community-committee](https://github.com/nodejs/community-committee/labels/good%20first%20issue): The Community Committee is a top-level committee in Node.js that foucses on outward-facing projects. Various aspects of the committee and its initiatives are incredibly beginner-friendly.

## Node.js: Finding Help

If you're looking for help while writing Node.js, ask questions in the [nodejs/help](https://github.com/nodejs/help#create-a-new-issue) repository. No question is too small!

When looking for help, these are a few places you may be able to find an answer:

- The [Node.js Website](https://nodejs.org)
- This has a lot of meta information about Node.js, downloads, and metrics.
- The [nodejs/help](https://github.com/nodejs/help#create-a-new-issue) repository.
- Here, you can directly ask questions about Node.js. Everyone who is responding is a volunteer, so please be patient with us ❤️
- Open and Closed issues in the core [nodejs/node](https://github.com/nodejs/node/issues) repository
- With over 10,000 total issues, there is a chance you may be able to find the information you're looking for!
- Questions tagged with [`node.js`](https://github.com/nodejs/node/issues) on StackOverflow
- There are over 250,000 questions on StackOverflow tagged with Node.js – many of the answers are useful but there are also some that are out of date. Be sure to double check the age of the answer and don't get frustrated if the answers aren't perfect!
- [Node.js Slack Community](http://node-js.slack.com)
- To register, visit [nodeslackers.com](http://www.nodeslackers.com/)

### Contributing to the nodejs/getting-started Repository

*Want to write a document?*

Please contribute! Check out our existing documents in this repository to improve existing resources, and look at [issues](https://github.com/nodejs/getting-started/issues) to discover resources people would love to learn from but don't yet exist. To get started, you have to [fork](https://github.com/nodejs/getting-started/fork) this repo to your own GitHub account first.

*Please try to write documentation that prioritizes the LTS version.* Keeping work updated is ideal but understandably tough.

If you want to submit a new feature or a bugfix, the best way is to create the changes in a separate branch, e.g.: `git checkout -b feature/mycoolfeature`. This will make it easier for you to submit a pull request and get your contribution merged.

### Getting Started Collaborators

The Getting Started repository is a joint responsibility of the Node.js TSC and Node.js Community Committee, as defined in [nodejs/admin](https://github.com/nodejs/admin#administration-for-tsc--community-committee-collaborative-efforts).

- Tracy Hinds ([hackygolucky](https://github.com/hackygolucky))
- Tierney Cyren ([bnb](https://github.com/bnb))