Add README.md for generator-aspnetcore-spa. Fixes #308.
This commit is contained in:
parent
46906e4ea8
commit
85eba9ca27
|
|
@ -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).
|
||||
Loading…
Reference in New Issue