Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 850 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 850 Bytes

StyleBase Frontend

Vue Vuex CodeClimate CC

Development

Client

  1. Install all dependencies npm install

  2. Copy .env.template, rename it to .env and configure

    cp .env.template .env
  3. Start a dev server npm start or build files to serve via node server npm run build