Skip to content

potlitel/BlazorGenericAutoComplete

Repository files navigation

BlazorGenericAutoComplete

Logo

Steps to use

  1. Clone the repo

    git clone https://github.com/potlitel/BlazorGenericAutoComplete
  2. Install json-server NPM package

    npm i json-server
  3. Go to the data folder and run the following command

    json-server --watch db.json

    By executing this command we start a backend server with the data that we will use in our Blazor App.

    You can start JSON Server on other ports with the --port flag:

    json-server --watch db.json --port 3004
  4. Finally, run the blazor app.

About

Practical exercise of the following link : A reusable generic autocomplete component for Blazor (https://www.mikesdotnetting.com/article/363/a-reusable-generic-autocomplete-component-for-blazor)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published