Skip to content

Latest commit

 

History

History
 
 

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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