-
Clone the repo
git clone https://github.com/potlitel/BlazorGenericAutoComplete
-
Install json-server NPM package
npm i json-server
-
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
-
Finally, run the blazor app.
-
Notifications
You must be signed in to change notification settings - Fork 0
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)
potlitel/BlazorGenericAutoComplete
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published