Skip to content

mazurdev/web-development-articles

Repository files navigation

Icon articles

WEB DEVELOPMENT ARTICLES

This is a preview-service for my articles


Check out my blog-portfolio

INTRO

intro

🔧 STACK

  • Vue.js
  • SPA
  • Server-side rendering

✔️ Getting started

git clone https://github.com/mazurdev/web-development-articles.git
cd to folder
npm run serve | yarn serve

Build

npm run build | yarn build
cd dist
http-server
open http://localhost:8080