Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 476 Bytes

File metadata and controls

35 lines (23 loc) · 476 Bytes

test-node

A simple Node.js project for demonstration and testing purposes.

Project Structure

  • index.js - Main entry point
  • lib/ - Contains additional modules
    • math.js - Math utility functions
    • another-file.js - Another example module
  • package.json - Project metadata and dependencies

Installation

npm install

Usage

Run the main script:

node index.js

or

npm run start

License

MIT