Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 614 Bytes

File metadata and controls

19 lines (10 loc) · 614 Bytes

Debounced API search - tutorial project

Quick Start

  1. Install dependecies

    • use "npm install" or install the packages with any package delivery service of your choice

    • use "npm run dev" both in web and server folder to run frontend and backend

    • for the list of installed packages see dependencies and devDependencies in package.json in each folder

  2. Start using the web

    • you start with a list of 6 people below the search bar

    • use the search bar to type a name from the list, the list below will display the results when you stop typing

Your CzechCoder aka Foxy