In this lesson, we jump into the Storyblok interface for the first time and get our first glimpse of the awesome content editing interface. We also hook-up the Nuxt app with a new Storyblok space in order to see live previews in action!
If you'd like to bundle up the dev server and the proxy into a single command you can add the following script to package.json. This will make starting the development server easier.
"dev-https": "local-ssl-proxy --source 3010 --target 3000 --cert localhost.pem --key localhost-key.pem & nuxt dev",
Links