/code-editor

A powerful code editor

Primary LanguageTypeScript

Code Editor

A powerful code editor

Code.Editor.mp4

Installation

NODE VERSION SHOULD BE EQUAL OR GREATER THAN 14.18

Use the package manager npm or yarn to install the dependencies.

Usage

yarn install

yarn dev

You can use NPM or YARN

Available commands

In this project, you can run the following scripts:

Script Description
yarn dev Runs the app in the development mode.
yarn build Builds the app for production to the dist folder.
yarn preview Builds the app for production to the dist folder, and run locally server.
yarn lint Runs the Eslint and show code problems
yarn lint:fix Runs the Eslint and fix the code problems
yarn format Runs the Prettier and fix code style
yarn compile Runs the TS Compiling
yarn test Run the app tests.

Enjoy ❤️