Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 568 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 568 Bytes

Nibble 2

App for buying foods & drinks at the office Nibble shop

Requirements

  • Node 6
  • A server running the REST API backend (not needed for dummy testing)

Setup

  • start bash or cmd and cd to nibble2
  • run: npm install
  • copy and paste constants.example.js to constants.js and fill in fields in app/src/common/constants.js
  • run: npm run dev to build and run webpack webserver
  • App is hosted on port 8080