Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 554 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 554 Bytes

editor-ui-lib

Editor UI Lib (React, jQuery and more)

Site

https://github.com/zaherkassem/wix-uilib-new-loc

After cloning the project run this to install dependencies:

npm install

build options:

Build React/jQuery

npm run build-[jquery/react]

Build both, jQuery & React

npm run build

Run local dev server

  • you must build the project first!
  • check that localhost:8080 is not occupied
npm run dev-server-[jquery/react]

Run tests

npm run test

release

npm run release