Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated #1

Open
jsares opened this issue Nov 8, 2017 · 1 comment
Open

Outdated #1

jsares opened this issue Nov 8, 2017 · 1 comment

Comments

@jsares
Copy link

jsares commented Nov 8, 2017

When using these instructions with latest version of Visual Studio 2017, lots of things are outdated and not working anymore :
- typings is deprecated, must use npm to install type definitions
- project seems to originaly use TS1.8, when running in latest Typescript, current codebase shows
hundreds of warnings/ errors

@mythz
Copy link
Contributor

mythz commented Nov 8, 2017

Yeah such is the case with most JS frameworks. We've developed uptodate starting SPA project templates which use the latest JS fx versions (e.g. React 16) at:

Both use the latest v5 pre-release version of ServiceStack which you can either get started with by cloning the GitHub repos in the above link or use our new dotnet-new cli tool which you can download with:

$ npm install -g servicestack-cli

View available templates with:

$ dotnet-new

And create either .NET Core 2.0 or .NET Framework Templates with:

$ dotnet-new <template> <project-name>

E.g. you can create an ASP.NET React Single Page App Template with:

$ dotnet-new react-spa-netfx ProjectName

Which downloads the react-spa-netfx and uses your Project Name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants