-
.NET Core 2.1
-
ASP.NET Core 2.1.1
-
Node.JS 10.4.2
-
Npm 6.4.2
Ensure Gulp-Cli is installed:
npm install --global gulp-cli
-
Open solution file in Visual Studio 2017:
- If your VS environment has
NPM: Restore On Project Open
set toTrue
:- Wait for npm install to complete (view Output window for Bower/npm), go to step 2
- If your VS environment has
NPM: Restore On Project Open
set toFalse
:- Open a command prompt window to the solution directory
- Run command
npm ci
, this should install all correct packages, go to step 2
- If your VS environment has
-
Rebuild solution
- Build -> Rebuild Solution
-
Run via IIS Express
- Debug -> Start Debugging
- Download Advanced Rest Client (ARC) at https://install.advancedrestclient.com/install
- Open the project file located in the solution (
scraperdemo.json
) - Import Data
- Navigate to the demo api call, and hit
Send
- Hostname can be configured by adjusting the
${BaseUrl}
variable (see top right forEnvironment
setting) - Request body can be adjusted to set a new URL for testing.