Setting up a locally hosted Reference App
To set up a locally hosted Reference App, do the following:
- Download and unzip the ReferenceApp zipped folder.
- In the project, go to
app/public/config.js. - Update
endPointConfigto use the following endpoints: - Set up your dtplatform environment variables for the Reference App's
.npmrcfile. If you have already developed on the platform, you may have already set these variables. If not, follow the information in NPM package install. - Run
npm install.Note: Ensure your node version is up to date.
- To build the app to run locally, run
npm run watch. - When the build is complete, open
http://localhost:8086/referencein an private browsing window. - Sign up and log in. For more information, see Signing up and logging in to the ReferenceApp.
- To set up a ReferenceApp project, see Loading or creating a project.