generador pln aspnet boilerplate
npm install generator-pln
$ npm install -g generator-pln
`
Usage
`
$ yo pln
`
ASP.NET Core Application
- Open your solution in Visual Studio 2017 v15.3.5+ and build the solution.
- Select the 'Web.Host' project as the startup project.
- Check the connection string in the appsettings.json file of the Web.Host project, change it if you need to.
- Open the Package Manager Console and run an Update-Database command to create your database (ensure that the Default project is selected as .EntityFrameworkCore in the Package Manager Console window).
- Run the application. It will show swagger-ui if it is successful:
!alt text
Angular Application
- Open a command prompt, navigate to the angular folder
- In your opened command prompt, run the following command:
`
$ npm start
``