Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 393 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 393 Bytes

devops-exam

Description

JS APP

Prerequisites

Installing

Install dependencies

npm i

Building

Building the app

npm run build

Start

Serving the solution at http://localhost:8080/ (default one)

npm start

Notes

To see the changes applied once the app is served, don't forget to build first