Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/el634dev/node-school-adventures
https://github.com/el634dev/node-school-adventures
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/el634dev/node-school-adventures
- Owner: el634dev
- Created: 2024-03-22T19:57:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T20:38:49.000Z (8 months ago)
- Last Synced: 2024-05-08T21:43:15.576Z (8 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node School Adventures
> The NodeSchool site has a series of free tutorials designed to teach JavaScript, Node, Git, etc. The NodeSchool site has a series of free tutorials designed to teach JavaScript, Node, Git, etc.## Wanna Go in Person?
> You may choose to work through the tutorials on your own or you can attend a NodeSchool workshop where they'll help you through the exercises. I believe NodeSchool workshops are generally free (or at least low cost).## Experience & Langauges
> It is aassumed the student has no prior knowledge of programming.
> NodeSchool has also been translated into a number of different languages, 18 I believe.## Setup
> In your terminal run `npm install -g javascripting`
> After installing create a new directory using `mkdir your-filename` in your terminal, short for make directory or you could create a new file using the cursor
> Change directory using `cd your-filename` in your terminal
> Run `javascripting` and you are all set# Acknowledgements
> [Node School Javascripting](https://www.github.com/sethvincent/javascripting)
> [Node School Javascripting videos](https://www.youtube.com/playlist?list=PLQ9nVsoRYLTRtLOCYH-wzjsvcIqz2kPOf)