-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
tkaixiang edited this page Aug 19, 2021
·
21 revisions
- Clone the
/clientand/apidirectories to the places where you want to host the client and API. You can use something likenginxto host and serve the files
- Install NodeJS
- Run
npm iinside/clientto install the dependencies - Modify
window.ipAddressinside/client/src/app.jsto wherever your API is hosted at - Make any other modifications you want in
srcand thennpm run buildto compile the client. - The resulting client files will be located in
/client/build. Copy them into a place where you can serve them to the web.