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

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.

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`