Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 937 Bytes

README.eng.md

File metadata and controls

23 lines (14 loc) · 937 Bytes

Note: these are the instructions for the English version. If you want to see the instructions in spanish, go here.

Node.js crash-course

This repository contains a set of short and simple exercises that teaches the use of Node.js, that were part of the Node.js course of the [FIUBA] (http://www.fi.uba.ar/) (Facultad de Ingeniería de la Universidad de Buenos Aires).

Classes

  1. Class 1: Node.js introduction & ecosystem - Exercise: Your first node deployment!
  2. Class 2: Web app development - Exercise: Let's JS all the things!

Basic Requirements

  • Node.js installed in your machine.
  • Git installed in your machine.
  • A GitHub account.

Getting started

  1. Open the exercise-1/README.md file.
  2. Follow the steps.
  3. Enjoy.