Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 313 Bytes

Allocation planing tool (front end)

Setup instructions for local development

  • Check the node & npm commands, and their versions:

      $ node --version
      v10.4.1
    
      $ npm --version
      v6.1.0
    
  • Install dependencies

      $ npm install
    
  • Run web-app

      $ npm start