# tinymce-angular-test-page **Repository Path**: mirrors_tinymce/tinymce-angular-test-page ## Basic Information - **Project Name**: tinymce-angular-test-page - **Description**: Angular test page for QA - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tinymce Angular Test Page This project is built using [Angular CLI](https://github.com/angular/angular-cli) version 15.2.9. ## Table of Contents - [Setting Up the Project](#setting-up-the-project) - [Running the Development Server](#running-the-development-server) - [Building the Project](#building-the-project) ## Setting Up the Project To install all dependencies, run: ```bash yarn install ``` Alternatively, you can use `npm`, `pnpm`, or `bun`: ```bash npm install ``` ```bash pnpm install ``` ```bash bun install ``` ## Running the Development Server To start the development server, execute: ```shell yarn start ``` For other package managers: ```shell npm start ``` ```shell pnpm start ``` ```shell bun start ``` ## Building the Project To compile the project, use: ```shell yarn build ``` For other package managers: ```shell npm run build ``` ```shell pnpm run build ``` ```shell bun run build ``` The compiled output will be placed in the `dist/` directory.