Skip to content

Files

Latest commit

 

History

History

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RUN DEVELOPMENT VERSION

  1. npm install
  2. npm start
  3. open http://localhost:8090 in browser

BUILD PRODUCTION VERSION

  1. npm install
  2. npm run build
  3. folder "public" contains production version. Just open public/index.html in browser.