5👍
✅
1)First you need to download node.js and npm : https://nodejs.org/en/
2)You need to install npm. Run in the project root dir
npm install
3)You must build the app.js script with npm. Run in the project root dir
npm run dev
Source:stackexchange.com