RoDDy18 / shopping-website

Simple Shopping Website Using Vue 3 and Json Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Website

Simple Shopping Website Using Vue 3 and Json Server.

Description

Stack

  • Vue 3

Packages used

  • Json Server

Installation

  • Install NodeJS
  • Install Json Server Globally
  npm i -g json-server
  • Install Git.
  • Clone Repository to local computer.
  git clone https://github.com/RoDDy18/shopping-website.git
  • Run Json Server
  json-server --watch server/data/db.json
  • Open index.html

About

Simple Shopping Website Using Vue 3 and Json Server.

License:MIT License


Languages

Language:SCSS 42.2%Language:Less 41.7%Language:HTML 6.7%Language:JavaScript 5.4%Language:CSS 4.1%