instantview
instantview copied to clipboard
Open editor and anylize doesn't work
docker run -p 8080:8080 --name nodee -it node:6.16.0-jessie bash
cd /home
git clone https://github.com/vah7id/instantview.git
cd instantview
npm install
npm run dev
Open localhost:8080 Enter url on index page, press one of analyze or visual editor and nothing happens (in dev console there is bunch of js errors) Any ideas?