Sample using an Ionic Frontend and ASP.NET Core Backend together with Typewriter to automatically create DTOs from the Backend in the Frontend Project.
- Node and NPM (https://nodejs.org/en/download/)
- Ionic (https://ionicframework.com/getting-started/)
- Visual Studio 2017
- Typewriter Extension (https://github.com/frhagn/Typewriter)
- Open Command Prompt in backend Folder
- dotnet run
- Open Command Prompt in frontend Folder
- npm install
- ionic serve
- Press "Load" to call backend