8000
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Init Server

Initiate server dependencies

# needs to install Node.js first
npm install --global yarn
yarn install

Run

web resources locate in ../client/dist

yarn start

open http://localhost:3001

0