1.0.5 • Published 9 years ago
generator-react-aspnet-boilerplate v1.0.5
Yeoman generator for react-aspnet-boilerplate
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-boilerplateThen generate your new project:
yo react-aspnet-boilerplateBy 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-templateGetting 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