Closed samarmir closed 7 years ago
Hi @samarmir you need to build the Angular appication. You can check using F12 in the browser
Try from the cmd:
dotnet restore npm install npm run build-dev
It should then work, otherwisr you're missing some required tools like nodejs of sass. If this works, try installing the npm task runner in VS.
Greetings Damien
Hi Damien I got it working, thanks for your help. I had to do a: npm rebuild node-sass --force
I'm simply not able to get the projects to run in vs17.
Having installed all nuget and npm packages and webpack dev server, configured the database connecting string, when running the project I just get a Loading text message?