This is a sample React.JS project for frontend role-based assessments.
You can use following commands to run and test the app:
Install packages: npm install
Run app: npm run
Test app: npm test
The default configuration has scoring disabled. To enable scoring, uncomment following lines in hackerrank.yml
:
# scoring:
# command: "npm test"
# files:
# - junit.xml