Refer to the Node.js official website
If the Kubernetes cluster has not been deployed, refer to the links below to complete the deployment:
- Clone the krkn Dashboard code to a local file system
- Install all the npm packages
Type the following command to install all npm packages
$ npm install
In order to start the express server and run the application use the following command
$ npm run dev
The application runs on http://localhost:3000 in the default browser.