This utility lints source code to verify if it conforms to Google's Style Guide. It uses checkstyle and cpplint for the linting. Currently implemented languages: Java, C++.
- Node.js >= v10.11.3
- Python >= v3.5
- Java & JRE
- Install Node.js >= v10.11.3 using node version manager.
- Install java and jre from deb package openjdk-9-jre-headless or any other suitable version. Use command
sudo apt-get install openjdk-9-jre-headless
. - Download and install Python >= v3.5.
- Clone the repository and run
npm install
insideapi-service
andapp
. - Start the Api service by running
npm run dev
insideapi-service
. - Start the App by running
npm start
insideapp
.