/Examples

Primary LanguageJavaScript

TACTIC React App

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.

How to start

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.

TACTIC API

For more information about TACTIC API, please have a look at the documentation.

Building the app for deployment

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.