Skip to content

InteraqtDev/interaqt-app-boilerplate

Repository files navigation

My Interaqt app

From Interaqt-boilerplate

start

Setup database:

npm run install

Start app server:

npm start

Start dashboard:

cd dashboard 
npm start

If nothing goes wrong, you can see the dashboard at http://localhost:5173.
Your backend server is at http://localhost:4000.
Interaction api endpoint is http://localhost:4000/interaction. Custom data api endpoint is http://localhost:4000/api/:apiName.

Releases

No releases published

Packages

No packages published

Languages