Run Application Locally

    Note

    The application files can be downloaded as a package and then run in your preferred IDE.

    In this article:

    Run the app locally

    To finally develop the app, you don't need to copy and paste code. Instead, use the generate app button in the toolbar. This quickly creates a package with your Angular or Blazor application (depend on what framework is selected in the Platform picker dropdown) that can be downloaded. To run this app, open up the folder in an IDE like Visual Studio Code.

    • Make sure you have Node.js installed.
    • Then in the console, type npm install to install the dependencies. It may take a while to install all the necessary packages.
    • Once that is done, type npm start to compile and launch the app.

    An application running in VSCode

    The App Builder allows you to design your applications visually using professional grade Ignite UI components, and then you are able to generate the as Angular or Blazor application applications that you can continue developing in your IDE of choice. In the end, you are guaranteed that what you designed in the App Builder design surface looks exactly the same when the app is generated and built. Don't forget to share your feedback using the feedback button. We look forward to hearing about your experience and also about what features are valuable to you as we move forwards to our next release milestones.

    Additional Resources