-
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.
potlitel/BlazorGenericAutoComplete
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
