Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerotohero-dev/nodejs-jumpstart
A Simple Intro to Node.js
https://github.com/zerotohero-dev/nodejs-jumpstart
byte-sized bytesized-javascript bytesized-tv demos education introduction javascript learning node-js podcast project-structure sample screencast training trainings tutorials vidcast
Last synced: 3 months ago
JSON representation
A Simple Intro to Node.js
- Host: GitHub
- URL: https://github.com/zerotohero-dev/nodejs-jumpstart
- Owner: zerotohero-dev
- License: other
- Created: 2016-04-02T16:23:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T20:52:00.000Z (over 7 years ago)
- Last Synced: 2024-04-29T12:03:48.464Z (10 months ago)
- Topics: byte-sized, bytesized-javascript, bytesized-tv, demos, education, introduction, javascript, learning, node-js, podcast, project-structure, sample, screencast, training, trainings, tutorials, vidcast
- Language: JavaScript
- Homepage: https://bytesized.tv/
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
```
__ __ ___ __
|\ | / \ | \ |__ | /__`
| \| \__/ |__/ |___ .\__/ .__/
__ __ ___ __ ___
| | | |\/| |__) /__` | /\ |__) |
\__/ \__/ | | | .__/ | /~~\ | \ |
```## Summary
**Node.js Jumpstart** is a sample repository that is used as an example for setting up a [**Node.js**][node] sample project.
There’s nothing complicated here. It is just a sample repository that does some basic mathematical computations (*like calculating the average of a list of numbers*).
In the future it *may* evolve to something more involve into a starter kit maybe. — Though for now, it is just a sample demo repository.
## Wanna Help?
Any help is more than appreciated.
If you want to contribute to the source code, **fork this repository** and **create a pull request**.
> In lieu of a formal style guide, take care to maintain the existing coding style.
Also, don’t forget to add unit tests for any new or changed functionality.
If you want to report a bug; or share a comment or suggestion, [file an issue](https://github.com/jsbites/nodejs-jumpstart/issues/new).
## I’ve Found a Bug; I Have an Idea
[For bug reports and suggestions, please file an issue](https://github.com/jsbites/node-js-jumpstart/issues/new).
## Contact Information
* **Project Maintainer**: [Volkan Özçelik](https://volkan.io/)
* **Project Website**: [bytesized.tv](https://bytesized.tv/)## Code of Conduct
We are committed to making participation in this project a harassment-free experience for everyone, regardless of the level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
[See the code of conduct for details](CODE_OF_CONDUCT.md).
[vidcast]: https://bytesized.tv/ "ByteSized.TV"
[node]: https://nodejs.org/ "Node.js"## A [ByteSized.TV][vidcast] Project
This repository is a part of the [Byte-Sized JavaScript VideoCasts][vidcast].
It is a compilation of short (*around ten minutes*) screencasts about **JavaScript** and related technologies.
[**Learn**, **explore**, and **have fun**][vidcast]!
[vidcast]: https://bytesized.tv/ "ByteSized.TV"