Skip to content

Commit 77f3d0f

Browse files
authored
docs(readme): add note about npm run build:dev
Adding for TrilonIO#279 just incase others need to do the same.
1 parent 6d6dba0 commit 77f3d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ VS2017 will automatically install all the neccessary npm & .NET dependencies whe
104104

105105
Simply push F5 to start debugging !
106106

107+
**Note**: If you get any errors after this such as `module not found: main.server` (or similar), open up command line and run `npm run build:dev` to make sure all the assets have been properly built by Webpack.
108+
107109
### Visual Studio Code
108110

109111
> Note: Make sure you have the C# extension & .NET Core Debugger installed.

0 commit comments

Comments
 (0)