issues
search
dominicberinato
/
cibo_system
0
stars
0
forks
source link
readme
cibo_system
CIBO PROPERTY SYSTEM
Unzip code into folder
Run
npm install
or
yarn install
Run
npm dev
or
yarn dev
Application should be available on localhost:8080
Run tests using
npm test
or
yarn test