Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.77 KB

README.md

File metadata and controls

66 lines (51 loc) · 1.77 KB


💻 Ecommerce SPA Typescript (NUXTJS)

SPA Vue Frontend using a Json-Server Fake API

🚀 Project Setup

Local configuration with docker (recommended)

Local configuration without docker

Requirements:

After installation, execute:

  • Run client:

    npm install && npm run dev
  • Run server📝:

    json-server ./api/bigstore.json