tobiastimm / munich

NodeSchool chapter for Munich

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeSchool Munich

See http://nodeschool.io/munich for more information and upcoming events and join us on Meetup.

Any question or feedback? Open an issue If you want to improve our website, you can find it on the gh-pages branch.

Getting started

πŸ“ Install an editor of your choice

Recommended Editors:

Every proper text editor is suitable.

πŸ•Ή Choose a workshopper

  • if you have no prior JavaScript experience, we recommend javascripting as a start
  • to get started with Node.js, learnyounode is the way to go

Install a worshop via npm install -g WORKSHOPNAME_HERE (i.e. npm install -g learnyounode). (-g is necessary and means "global")

❓ How Workshoppers work

Once you installed a workshopper, you can start it via calling the workshop name i.e. learnyounode. It will show you instructions on what to do and there are some hints on how to solve the exercices.

Choose a folder on you machine and create a new Node.js file with the editor of your choice.

  • learnyounode run /path/to/your/program.js runs your program is a test environment, so you can see the output.
  • learnyounode verify /path/to/your/program.js compares your solution with the expected values.

If your solution is correct, the workshoppers tells you so and you can choose the next exercises by calling learnyounode.

πŸ–– Get help when you're stuck

Feel free to ask a mentor when you're stuck or uncertain about your solution or an excercise. Just raise your hand or ask directly. We are here to help!

Have a look at the Resources below if you are looking for a JavaScript or Node.js Reference.


Resources


Mentors wanted!

Don't be shy! You don't have to be Brendan Eich to teach JavaScript!

If you are interested in becoming a NodeSchool mentor, please add your name along with a short introduction to our mentor list.

About

NodeSchool chapter for Munich


Languages

Language:JavaScript 81.3%Language:CSS 16.3%Language:HTML 2.4%