Skip to content

RizeComputerScience/COMPSIX-unit3-code-along

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Learning Toolkit

This repository contains examples and practice exercises for learning Node.js fundamentals.

Getting Started

  1. Clone this repository:

    git clone [REPOSITORY_URL]
    cd node-learning-toolkit
  2. Install dependencies:

    npm install

Use the following folders for each resource:

  • Resource #3: math-examples
  • Resource #4: file-examples
  • Resource #5: test-examples

To run files, use the node command followed by the file name:

node math-examples/calculator.js
node math-examples/mainApp.js

To test your files after creating unit tests, run:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published