how I can run traccar-web with extJs

Ali Ber3 years ago

I cloned traccar web , I am trying to run , just like we do with js apps 'npm install and npm start ' .. I know its differennt with sencha cmd, I have installed sdk , and cmd but I dont know how to start the app locally now
please help
Thanks

Anton Tananaev3 years ago

Have you read documentation that we have?

Ali Ber3 years ago

Sure I have .but there is no way I can run only the client interface , which is based on extJs.
My idea is to open it with VS code , modify the code, and see the edits on the interface.
but it is not working

Anton Tananaev3 years ago

You can just run Traccar and modify files in place with VS Code.

Ali Ber3 years ago

I thought there is a process like npm install and npm start , with ExtJs too?
Thanks for the support

Anton Tananaev3 years ago

No, you don't need to run anything. Just make sure you use debug version of the app.

Ali Ber3 years ago

Thanks , But I dont have the - ExtJs applications structure -in the traccar web app, like build folder and more ...
please pardon my ignorance if I am missing something