Skip to content

Brushfam/patron-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patron UI

Patron website: patron.works

Install dependencies

To do that you just need to run

npm install

Set app custom server

Before run the project, please set up server URL in your .env file:

REACT_APP_SERVER_URL=

Run the project

For run Patron UI use this command:

npm start

If you want to create a production build, please check this link