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
- Host: GitHub
- URL: https://github.com/interviewstreet/sample-react-project
- Owner: interviewstreet
- Created: 2018-06-13T11:05:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T11:18:04.000Z (about 8 years ago)
- Last Synced: 2025-02-07T23:27:06.379Z (over 1 year ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 42
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```