diff --git a/templates/package-builder/src/yeoman/README.md b/templates/package-builder/src/yeoman/README.md new file mode 100644 index 0000000..c9640e0 --- /dev/null +++ b/templates/package-builder/src/yeoman/README.md @@ -0,0 +1,12 @@ +Generates ASP.NET Core projects for single-page applications. + +Can generate projects with: + + * Angular 2 + * Knockout + * React + * React with Redux + +For more information about features and usage, see [this blog post](http://blog.stevensanderson.com/2016/05/02/angular2-react-knockout-apps-on-aspnet-core/). + +To learn more about the underlying technologies, or to report any issues, see [this project's GitHub repo](https://github.com/aspnet/JavaScriptServices).