Getting Started
Creating a New Application
Scaffold an Analog project with the following create-analog
command:
- npm
- Yarn
- pnpm
npm create analog@latest
yarn create analog
pnpm create analog
Building the Application
To build the application for deployment
- npm
- Yarn
- pnpm
npm run build
yarn build
pnpm run build
Running Tests
Analog supports Vitest for running unit tests. To run unit tests:
- npm
- Yarn
- pnpm
npm run test
yarn test
pnpm run test
System Requirements
Analog requires the following Node and Angular versions:
- Node v16 or higher
- Angular v14.2 or higher