Syna3C Logistics Coordination Platform, built with React, Grommet, Typescript 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 [email protected]:Syna3C/frontend.git
Open the frontend
directory and install dependencies
npm install
Similarly, clone the backend repository and install its dependencies
Run the site locally
npm run start
Run tests
npm run test
Create a build
npm run build
This project was bootstrapped with Create React App. Refer to the create-react-app guide for more information.