Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 303 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 303 Bytes

gibbon-mail frontend

$ yarn install

Before start frontend you need to start the ../backend/ service.

$ export REACT_APP_API_URL=http://127.0.0.1:5000
$ yarn run start

Open your browser on http://127.0.0.1.3000

$ yarn run lint
$ yarn run build