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:
$3
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:
``
sh
$ npm install -g yo
$ npm install -g generator-aspnetcore
$ mkdir MyApp
$ cd MyApp
$ yo aspnetcore
`
To compile and launch your app simply run:
`
sh
$ node run
``
For more information visit https://github.com/kriasoft/aspnet-starter-kit
$3
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