Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gibbon-mail frontend

$ npm install

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

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

Open your browser on http://127.0.0.1.3000

$ npm run lint
$ npm run build