Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update 4_javascript_client.rst (#4292)
Browse files Browse the repository at this point in the history
added an additional step to maintain consistency with previous tutorial chapters. This would be useful if a learner skips ahead directly to building a JS client after getting the main auth server to work.
  • Loading branch information
Jay-study-nildana committed May 7, 2020
1 parent f2c6ae6 commit d82898e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/quickstarts/4_javascript_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ You can use Visual Studio or do this from the command line::
cd JavaScriptClient
dotnet new web

As we have done before, with other client projects, add this project also to your solution. run this from the rootfolder which has the sln file::

dotnet sln add .\src\JavaScriptClient\JavaScriptClient.csproj
Modify hosting
^^^^^^^^^^^^^^^

Expand Down

0 comments on commit d82898e

Please sign in to comment.