GitHub Pages doesn't natively support SPA, so the project uses scripts from spa-github-pages.
npm run buildThe project is built using webpack to the wwwroot output folder, push the contents of this folder to the master branch to deploy the application.
NOTE:
404.htmlandCNAMEfiles have been manually placed in thewwwrootoutput folder and are not generated by webpack, take care not to remove them when cleaning.