Skip to content

mptr/shelfservice-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShelfService Frontend

Setup

  1. install pnpm package manager

    $ sudo npm i -g pnpm
    
  2. install the dependencies

    $ pnpm install
    
  3. start the backend api by using the instructions in repo shelfservice-nestjs

  4. configure via files in src/environments according to your setup.

Run

$ pnpm start