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
❗️ This project is a node server. Server output can be viewed in the terminal.
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.
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 testsnpm run lint
to run the linter