- Install Node.js (LTS)
- Open the folder in Visual Studio Code
- Open a Terminal and run
npm install
to install the dependencies and thennpm run dev
to run a dev server at http://localhost:5000
npm install
to install the dependencies and then npm run dev
to run a dev server at http://localhost:5000