/masoko

A simple e-commerce website in Vue JS and JSON-server.

Primary LanguageVue

Getting Started with Masoko

To get started forst clone the repository: git clone https://github.com/munyi-victor/masoko

Available scripts

Navigate to the mosoko-client directory:

cd masoko-client

Install the necessary dependancies:

image

npm install

npm install vue vuex vue-router axios bootstrap bootstrap-vue

npm install @popperjs/core

To start the app frontend in the developement server run:

npm run dev

Open http://localhost:5173/ to view your web in browser

Open another command tab and navigate to the backend:

cd backend

Start the json-server by running

json-server --watch db.json