Run the following commands in your terminal/command-line:
npm i
(ornpm install
, if that's what you prefer)npm run dev
to run the server on localhost:3000
- My
npm version
was10.2.4
when I created this- Earlier or later versions may or may not work.
- My
node version
was when I created thisv20.11.1
- Earlier or later versions may or may not work.