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.
- Node.js installed on your system.
- Clone the repository:
git clone https://github.com/Thinkful-Ed/starter-promises-resolving-promises.git
- Navigate to the project directory:
cd starter-promises-resolving-promises
- Install dependencies:
npm install
You can run the project using Node.js:
node src/index.js
For more detailed information on promises, visit the MDN Web Docs on Promises.