Install the dependencies...
npm install
npm run dev
To create an optimised version of the app:
npm run build
To build and start local server:
npm run start