Skip to content

burakkrt/dragdropPanel-VanillaJavascript

Repository files navigation

dragdropPanel-VanillaJavascript

Create, edit, and output code quickly and practically form elements.

Go Live

Technologies used and dependencies

Run it on your PC

Clone the project

  git clone https://github.com/burakkrt/dragdropPanel-VanillaJavascript.git

Go to the project directory

  cd dragdropPanel-VanillaJavascript

Download dependencies

  npm install

Scripts you can run

Prettier fixes

  npm run format

or

  npm run prettier "**/*.{js,jsx,ts,tsx,html}" --write

Detecting problems with ESLint

  npm run lint

or

  npm run eslint --ext .js assets