Skip to main content

Getting Started

System Requirements

Analog requires the following Node and Angular versions:

  • Node v16 or higher
  • Angular v15 or higher

Creating a New Application

Scaffold an Analog project with the following create-analog command:

npm create analog@latest

Serving the application

To start the development server for the application, run the start command.

npm run start

Visit http://localhost:5173 in your browser to view the running application.

Next, you can define additional routes using components for navigation.