generator-aspnetcore

1.0.3 • Public • Published

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:

Rollbar Localize

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

Package Sidebar

Install

npm i generator-aspnetcore

Weekly Downloads

2

Version

1.0.3

License

none

Last publish

Collaborators

  • koistya