Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 980 Bytes

installation.md

File metadata and controls

35 lines (22 loc) · 980 Bytes

Prerequisites

Install Node JS

Refer to the Node.js official website

Deploy Kubernetes cluster

If the Kubernetes cluster has not been deployed, refer to the links below to complete the deployment:

Cloning and Running the Application Locally

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.