Install a recent version of Node.js and Node package manager (npm) via your preferred method.
In the project directory, launch:
npm install
You'll need to do this once or when dependencies change.
in development mode
npm run serve
in production mode:
npm start
Jshint checking and tests:
npm test