This is a small sample React app with a collection of API code examples to work with a TACTIC server, https://portal.southpawtech.com/ in this case.
To run the app in the development mode, first install npm modules:
npm install
And start the dev server:
npm start
Open http://localhost:3000 to view it in the browser.
For more information about TACTIC API, please have a look at the documentation.
To build, run:
npm run build
It will build the app in the build
folder. Deploy this folder to your hosting provider.
Serving the build:
serve -s build
See the deployment page for more information.