Skip to content

thisispopshop/site

Repository files navigation

POPSHOP

This repository contains the code for our site and our node server - api and all.

Check Us Out!!!!

Social

LinkedIn

Facebook

Running the Site (Locally)

Front-End

  • cd client
  • (opt) npm install
  • npm run serve

Back-End

  • (?) @root docker-compose up
  • cd api
  • (opt) npm install
  • npm run start | dev

:)