Introduction

This repositor containts a basic implementation of Express. To begin be sure that you have install NodeJs them execute theses commands:

  • npm init
  • npm install express

Them you can run the Js files with node {filename.js}