Skip to main content

Getting Started

Creating a New Application

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

npm create analog@latest

Building the Application

To build the application for deployment

npm run build

Running Tests

Analog supports Vitest for running unit tests. To run unit tests:

npm run test

System Requirements

Analog requires the following Node and Angular versions:

  • Node v16 or higher
  • Angular v14.2 or higher