generator-react-aspnet-boilerplate

A boiler plate for getting started with ASP.NET projects using react/redux/universal-rendering

Usage no npm install needed!

<script type="module">
  import generatorReactAspnetBoilerplate from 'https://cdn.skypack.dev/generator-react-aspnet-boilerplate';
</script>

README

Yeoman generator for react-aspnet-boilerplate

NPM version Dependency Status

A boiler plate for getting started with ASP.NET projects using react/redux/universal-rendering

Installation

First, install Yeoman and generator-react-aspnet-boilerplate using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-react-aspnet-boilerplate

Then generate your new project:

yo react-aspnet-boilerplate

By default, the template is based off of the master branch, which includes authentication and account management. You can also use the empty-template branch if you like.

yo react-aspnet-boilerplate:empty-template

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Paul Knopf