damienbod / AngularLocalizationAspNetCore

Angular ASP.NET Core localization
https://damienbod.com/2016/04/29/angular-2-localization-with-an-asp-net-core-mvc-service/
MIT License
26 stars 8 forks source link

Projects not running #11

Closed samarmir closed 7 years ago

samarmir commented 7 years ago

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?

damienbod commented 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

samarmir commented 7 years ago

Hi Damien I got it working, thanks for your help. I had to do a: npm rebuild node-sass --force