1.0.3 • Published 8 years ago

generator-aspnetcore v1.0.3

Weekly downloads
19
License
-
Repository
github
Last release
8 years ago

ASP.NET Core Starter Kit Generator   Build Status Online Chat

Yeoman generator for authoring single-page web applications (SPA) that is built upon best of breed technologies including ASP.NET Core, EF Core, React, Redux, Babel, Webpack, PostCSS, CSS Modules, Browsersync, HMR, React Hot Loader and more.

The work is being sponsored by:

Getting Started

Make sure that you have Node.js v6 or newer installed on your local machine, as well as yo and generator-aspnetcore npm packages installed globally. Create a new folder for your project, then run yo aspnetcore:

$ npm install -g yo
$ npm install -g generator-aspnetcore
$ mkdir MyApp
$ cd MyApp
$ yo aspnetcore

To compile and launch your app simply run:

$ node run

For more information visit https://github.com/kriasoft/aspnet-starter-kit

License

Copyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file.


Made with ♥ by Konstantin Tarkus (@koistya) and contributors