568 B
568 B
MemberPortal
Client for MemberService, used to manage member accounts at member site.
Installation
npm install
Build and Deploy
In app.jsx switch to the URL of the live service.
npm run build
This will output to the dist folder one directory above. Transfer that build folder to the server.
scp -r -i ~/Documents/wowza-keys.pem dist ubuntu@107.20.181.47:/home/ubuntu/dist
If in doubt, you can remove the dist folder on the server to ensure this is a fresh build.
rm -r dist
On the server, start the staticserver:
nodemon staticserver.js