teamforus / docs

Main knowledge base of Forus
https://docs.forus.io
4 stars 6 forks source link

how to run frontends locally #58

Closed maxvisser closed 5 years ago

maxvisser commented 5 years ago

Need to write out how to run frontend locally

in folder: src/

cp qdt-env.sample.js qdt-env.js

npm i

npm install gulp

gulp compile

gulp watch

maxvisser commented 5 years ago

Added this to readme of forus-frontend.