- A recent web browser (Chrome, Edge, Firefox, ...)
- Nodejs LTS (> 14.x with npm >7) installed
Version: v14.21.1 First, check if you already have node and npm installed. To check if you have Node.js installed, run this command in your terminal:
nvm installTo confirm that you have npm installed you can run this command in your terminal:
npm -vInstall all npm dependencies
npm installRun gulp command in terminal, Navigate to http://localhost:3000/. Files will automatically reload if you change any of the source files located to src/
npm run dev