- Make sure you have Node.js installed by running
node --version
in whatever terminal. If this doesn't work, download and install Node here.IF YOU'RE ON WINDOWS INSTALL IT USING
nvm-windows
!! - Clone the repo and open it in vscode
- Open the terminal in vscode and type
npm i
to let it download all the modules you need. Easy. - Now you just run
npm run dev
in the vscode terminal and it will start the server: - Go to
localhost:3000
address in the browser to view the live server.