https://github.com/landlockedboat/react-cards
Short React test for a company I'm interviewing for.
https://github.com/landlockedboat/react-cards
Last synced: 3 months ago
JSON representation
Short React test for a company I'm interviewing for.
- Host: GitHub
- URL: https://github.com/landlockedboat/react-cards
- Owner: landlockedboat
- Created: 2021-03-23T05:16:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T05:50:10.000Z (about 4 years ago)
- Last Synced: 2025-01-08T08:46:52.433Z (4 months ago)
- Language: JavaScript
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
To run the app, execute the following commands on your terminal:
* `git clone https://github.com/vikepic/react-cards.git`
* `cd react-cards`
* `npm install`
* `npm run start`
This will start up a live development server at http://localhost:3000/
To execute the tests, use the following command: `npm run test`