Required software
- yarn or npm
- NodeJS
Open a terminal at the root of the project
run yarn or npm i to install the packages
run yarn start or npm start to start the application
Change the homepage value in package.json to yourusername.github.io/your-repo-name
run yarn run deploy or npm run deploy
Remove the homepage value in package.json
To build the app into static assets run yarn build or npm build
Upload the content of the build directory on your web server
