An open API service indexing awesome lists of open source software.

https://github.com/interviewstreet/sample-react-project

Sample react project for frontend role-based question
https://github.com/interviewstreet/sample-react-project

Last synced: over 1 year ago
JSON representation

Sample react project for frontend role-based question

Awesome Lists containing this project

README

          

# 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
```