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
- Yarn
- pnpm
npm create analog@latest
yarn create analog
pnpm create analog
Serving the application
To start the development server for the application, run the start
command.
- npm
- Yarn
- pnpm
npm run start
yarn start
pnpm run start
Visit http://localhost:5173 in your browser to view the running application.
Next, you can define additional routes using components for navigation.