Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gardener Dashboard Server

Setup

# install dependencies
yarn

# run server at localhost:3030
yarn start

# run server with hot reload at localhost:3030
yarn serve

# run static code checks
yarn lint

# run tests without coverage
yarn test

# run tests with coverage
yarn test:coverage