/storyblok

Primary LanguageTypeScript

storyblok

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.

How to view

Open https://storyblokfrontend-xwemo.ondigitalocean.app/

How to run locally

  • Clone this repository

For the frontend

  • cd frontend
  • npm install
  • npm run serve
  • Go to localhost:8080

For the backend

  • cd backend
  • npm install
  • npm run start:dev
  • Go to localhost:3000/api in browser

One-click Deploy to DO App Platform

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.

Deploy to DO