File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11# Concord UI  
22
3- Uses https://github.com/facebook/create-react-app/  as the boilerplate.    
4- 
53## Prerequisites  
64
75-  Node 20 or greater, available in ` $PATH ` ;
@@ -27,11 +25,10 @@ In the dev mode the UI is served by running `npm start`.
2725First time:
2826``` bash 
2927$ npm ci
30- $ npm start 
28+ $ npm run dev 
3129``` 
3230
33- The browser should automatically open on http://localhost:3000 
34- (the initial load might take a while, especially on slower machines).
31+ Open http://localhost:3000 .
3532
3633The ` ci `  step can be skipped for subsequent runs.
3734
@@ -69,9 +66,3 @@ concord-server {
6966``` 
7067
7168Use [ ./public/cfg.js] ( ./public/cfg.js )  as an example.
72- 
73- ## Custom Server URL  
74- 
75- The ` proxy `  property in the [ package.json] ( ./package.json )  file is used to
76- proxy API requests to the server. It can be used to point the UI in dev mode to
77- another server.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments