Requirements Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Download NodeJs Installation $ npm install Running the app (development) $ npm run dev Running the app (production) build $ npm run build start $ npm run start