generator-aspnetcore
v1.0.3
Published
Stand-alone web application (SPA) boilerplate built with ASP.NET Core, EF Core, Identity, C#, JavaScript, ES6/ES2015, Babel, Webpack, HMR, Browsersync, PostCSS, CSS Modules and more
Downloads
40
Maintainers
Readme
ASP.NET Core Starter Kit Generator
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