StudyMate Frontend Application (React)
Please follow the below instruction get it running.
node > 8.x
yarn > 1.x
Please copy paste .env.sample to .env under your root folder.
You can ask values to fill it from admin.
npm install -g yarn
yarn
yarn start
yarn build
yarn lint // Run eslint (all js/jsx files)
yarn lint-sass // Run sass lint (scss files)
yarn test // Do unit testing
yarn test:coverage // Do testing with coverage report
yarn test:coverage:report // Do testing with coverage report with html tab
yarn review // Do all testings together
yarn translate