Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 492 Bytes

File metadata and controls

9 lines (6 loc) · 492 Bytes

Pretty Simple Web server written in Node.js

You can use this repository as a template for your repository or copy the files into your repository manually

  1. Open a new terminal (eg. in VS Code when your repository's directory opened)
  2. Run with the following command: node backend/server.js (Make sure that you are in the right directory.)
  3. If you don't need it stop it with Control + C keycommand.

You can write your frontend code (HTML, CSS, JS) into the frontend directory.