Skip to content

sklinkusch/express-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

express-tutorial

This project was created by Stefan Klinkusch at Digital Career Institute in Berlin, Germany.

Features

It creates a local server (at https://localhost:3000) and sends a basic response message.

Techniques

  • Node.js
  • Express
    • GET requests

How to use express-tutorial

Offline usage

Setup of the package

  1. Clone the repository using git clone git@github.com:sklinkusch/express-tutorial.git (SSH) or git clone https://github.com/sklinkusch/express-tutorial (HTTPS).
  2. Move into the directory express-tutorial and run npm install or yarn.
  3. Run npm run dev or yarn dev in the folder. The server is available on https://localhost:3000.

About

following the tutorial on expressjs.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published