Syna3C Logistics Coordination Platform, built with React, Node, Express, Grommet, Typescript, Postgres and SASS.
(This assumes you have Node 8.11+, npm 6+ and Git installed)
Clone this repository with Git (or download this repo as a ZIP)
git clone git@github.com:Syna3C/backend.git
Open the backend
directory and install dependencies
npm install
Similarly, clone the frontend repository and install its dependencies
Run the service locally
npm start:local