andrescol24 / tutorial-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About


Languages

Language:JavaScript 83.1%Language:HTML 16.9%