Search & Replace a string in all stories
Uses Vue 3 for the frontend and ExpressJS for the backend.
Vue 3 project is a typescript based app using the class-based approach.
Open https://storyblokfrontend-xwemo.ondigitalocean.app/
- Clone this repository
cd frontend
npm install
npm run serve
- Go to
localhost:8080
cd backend
npm install
npm run start:dev
- Go to
localhost:3000/api
in browser
This repository contains both the frontend and server codes. Thus, you will have to click this button below twice, and select the folder directory of choice during the final deploy steps.