ng2CoreContacts icon indicating copy to clipboard operation
ng2CoreContacts copied to clipboard

How to you run this project

Open nigel-dewar opened this issue 8 years ago • 5 comments

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

nigel-dewar avatar Sep 15 '16 09:09 nigel-dewar

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?

nigel-dewar avatar Sep 15 '16 11:09 nigel-dewar

Try this updated repo for Angular 2 final release with webpack, let me know

mithunvp avatar Oct 01 '16 19:10 mithunvp

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.

strpipe avatar Oct 06 '16 11:10 strpipe

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

mithunvp avatar Oct 07 '16 06:10 mithunvp

Yes, I was missing the command line part. It is al working now.

strpipe avatar Oct 07 '16 09:10 strpipe