73. Run without IDE¶
If you're using a text editor other than an IDE (such as VS Code, Sublime Text, or Vim), you can run the application manually from the terminal:
- Navigate to the root directory of the project.
- Open a terminal and execute the following command:
Note: With this approach, you won’t have access to integrated debugging features provided by full IDEs.
73.1 Viewing your test instance¶
After completing the steps above, you should have the development server available on port 2000 of your local host:
🪧 Now that the application is set up, you may begin making updates or choose to work with the provided demo data. For instructions, please refer to the Demo Data Guide.