Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 304 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 304 Bytes

Promises Learning Hour

Instructions

  1. Clone this repository
  2. Update the port number in package.json if you're already using port 5000 for something else
  3. Install the dependencies
yarn install
  1. Start the web server
yarn start
  1. Complete the exercises in ./exercises