Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 563 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 563 Bytes

Participants

Setup

  1. Open client folder in vscode

install sass (for unix-based users root access -sudo- must be provided)

$ npm install -g sass

start sass compiling

$ sass --no-source-map --watch .

Lunch client by opening index.html in browser. I recommend using live server extension in vscode

  1. Open auth folder in vscode
$ go run .
  1. Open api folder in vscode
$ node index.js