Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1 KB

README.md

File metadata and controls

30 lines (18 loc) · 1 KB

New Node Server project

This project was created from the neue fische node-server template.

You can 🔗 use this template on CodeSandbox or locally by running this command in your Terminal:

npx -y ghcd@latest neuefische/web-exercises/tree/main/templates/node-server my-app

Development

❗️ This project is a node server. Server output can be viewed in the terminal.

Local Development

To work locally, please install the dependencies using npm i first.

Run npm run start to start the node server and open localhost:3000 in a browser.

Use npm run test to run the tests.

Scripts

You can use the following commands:

  • npm run start to starts the node server (and watches for changes)
  • npm run start:nowatch to start the node server (without watching for changes)
  • npm run test to run the tests
  • npm run lint to run the linter