ng2CoreContacts
ng2CoreContacts copied to clipboard
How to you run this project
Hi There,
Ive dont what I think is everyting right.
npm i run all the gulp tasks
Nothing seems to work. Do you have any instructions for getting this solution to work please?
Cheers
I seem to have done everything right. I run the project and I am getting nothing on the page but
Loading...
When I check the Console in Chrome all I see is this
Error: SyntaxError: Unexpected token import(…)(anonymous function) @ localhost/:20
So weird??? Any ideas?
Try this updated repo for Angular 2 final release with webpack, let me know
I have downloaded this repo, but I cannot run it. VS Studio says:
Unable to start Debugging. The Startup Project cannot be launched. Ensure that the correct project is set as startup-project.
This might be unrelated to your repo. I don't know. I will try to get it to work. I even have a Angular App up and running. I just need to couple it with ASP .Net Core, of which I do not know how it works at all.
I hope you have VS 2015 IDE Update 3, latest ASP.NET Core installed, TypeScript 2.0 also installed.... Btw if you want to run repo, from command line run npm start
Yes, I was missing the command line part. It is al working now.