Skip to content

Latest commit

 

History

History
executable file
·
38 lines (26 loc) · 388 Bytes

README.md

File metadata and controls

executable file
·
38 lines (26 loc) · 388 Bytes
permalink
/index.html

Hello World

Installation

Use the package manager npm to install helloworld.

Use node v20 use :

nvm install 20
npm i

Usage

Start the application dev with :

npm run start

Created the dist with :

npm run dist

Analyse the coding rules with :

npm run lint