Demo at heroku
Wiki and issue functions from github are not available. Instead, this project has a taiga project set up to develop using use cases, track issues and facilitate team communication.
This application requires node.js and npm which is either installed with node or can be installed seperatly depending on the operating system. Once node.js and npm are installed, you can check the project out from github.
git clone https://github.com/dogodigi/parcelsplitter.git
cd parcelsplitterThen install the required dependencies
npm installAnd wait for the node dependencies to install
npm testTo start the applicatie in "development mode":
npm startPoint your browser to http://localhost:3000 to check if the application is running.
