Skip to content
Borys H.N edited this page Aug 27, 2016 · 1 revision

server/client run

server

  • from root dir, execute $ gradle backend:bootRun

client

  • from frontend dir, execute $ gradle npm_run_start or
  • from frontend dir, execute $ npm run start
    • may require you rebuild node-sass
      • $ npm rebuild node-sass
Clone this wiki locally