Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 971 Bytes

File metadata and controls

36 lines (29 loc) · 971 Bytes

Starter Promises: Resolving Promises

Project Structure

The repository contains the following key files:

  • src/: Contains the main JavaScript files with exercises.
  • utils/: Includes utility functions to support promise-based code.
  • package.json: Defines dependencies and scripts for the project.

Getting Started

Prerequisites

  • Node.js installed on your system.

Installation

  1. Clone the repository:
    git clone https://github.com/Thinkful-Ed/starter-promises-resolving-promises.git
  2. Navigate to the project directory:
    cd starter-promises-resolving-promises
  3. Install dependencies:
    npm install

Running the Project

You can run the project using Node.js:

node src/index.js

Resources

For more detailed information on promises, visit the MDN Web Docs on Promises.