Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 422 Bytes

File metadata and controls

15 lines (13 loc) · 422 Bytes

Sample React project

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