To run the editor, open dist/index.html
.
For development npm or yarn is required.
First, install the project dependencies (use yarn instead of npm if you prefer):
npm install
To build the project:
npm run build
To run the project in development mode on a webpack server ( http://localhost:8080/ ):
npm run dev