Skip to content

Create and run your first App

Make sure you have setup your development environment by following the Getting Started guide.

  1. Open a Command Prompt (on Windows: +R, type cmd and press Enter) and navigate to the folder, where you want to create your app, e.g.:
mkdir c:\sandbox
cd c:\sandbox
  1. Run scifeon-cli new and follow the instructions.
  2. Run scifeon-cli debug in the new app-folder. This packages the the app, starts Scifeon and opens http://localhost:5000/ in your default browser.
  3. Login with the username admin and password 12345678
  4. Open the menu and choose “CustomPage” - this page is defined in the app

If you change the contents of any of the files in the src/-folder, Scifeon automatically reloads and installs your changes.

  • Break points
  • Aurelia Inspector
  • Scifeon Developer toolbar

You are now ready to create your first data loader in the new app: Click here to learn how to create your first data loader