Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 275 Bytes

install.md

File metadata and controls

10 lines (9 loc) · 275 Bytes

Frontend Install

  • git clone https://github.com/vasa-c/pizza-test-frontend.git {frontend-root-dir}
  • Configure
  • npm ci
  • For production (in frontend root dir):
    • npm run build
    • npm run start - runs daemon
  • For developer
    • npm run dev