Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 572 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 572 Bytes

Rewards Store by Cynthia Romero

Aerolab Coding Challenge. Made with functional components (React Hooks) and bootstrapped with Create React App.

You can see it in: http://ceyene.github.io/StoreRomeroCynthia

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To View it in the browser:

http://localhost:3000