/8200-node-app

Benet_prj

Primary LanguageHTML

8200-node-app

Node.js basic application useful for demos and examples

 

General Information

The application show a basic web page Welcome-Page The application have a basic function to determine if a number is prime or not Welcome-Page

The folder “spec” contains the application tests which are run using the jest module Welcome-Page

Build

Install Dependencies:

npm install

Run Tests:

npm test

create zip file

npm run build

Start the Application:

npm start