Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 987 Bytes

README.md

File metadata and controls

68 lines (52 loc) · 987 Bytes

Tinymce Angular Test Page

This project is built using Angular CLI version 15.2.9.

Table of Contents

Setting Up the Project

To install all dependencies, run:

yarn install

Alternatively, you can use npm, pnpm, or bun:

npm install
pnpm install
bun install

Running the Development Server

To start the development server, execute:

yarn start

For other package managers:

npm start
pnpm start
bun start

Building the Project

To compile the project, use:

yarn build

For other package managers:

npm run build
pnpm run build
bun run build

The compiled output will be placed in the dist/ directory.