Installation

Install all dependencies using npm clean install command.

npm ci

Production

Start a development server - reloading automatically after each file change.

npm run dev

Build

One time build assets for development

npm run production