1.0.5 • Published 8 years ago

generator-react-aspnet-boilerplate v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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