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 parcelsplitter
Then install the required dependencies
npm install
And wait for the node dependencies to install
npm test
To start the applicatie in "development mode":
npm start
Point your browser to http://localhost:3000 to check if the application is running.