Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Deployment

GitHub Pages

GitHub Pages doesn't natively support SPA, so the project uses scripts from spa-github-pages.

npm run build

The 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.html and CNAME files have been manually placed in the wwwroot output folder and are not generated by webpack, take care not to remove them when cleaning.