Skip to main content

Run Xeditor

Now that we have done all the essential configurations, we can start Xeditor. There are some scripts in our package.json for this. We can simply run this again in the console:

npm run start:develop

This script starts three things:

  • The middleware, which takes care of processing the requests on the server side.
  • An Xeditor build tool with an integrated WebServer, so we can see all changes live in the browser.
  • An example / mock server, which mocks the loading / saving. We will replace this with our real server in one of the next chapters. However, the mock server is always very handy for development.

Now we can just open a browser and navigate to the address http://localhost:7070 and should see our editor.