Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 827 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 827 Bytes

This repository contains the frontend for the code challenge. It requires to have the phone-catalog-back running to function correctly.

To get the project running you will need to have installed Node.js. If you want to execute the tests, you will need to have installed Jest as well. Then clone it and from a CMD navigate to the root folder of the project. Execute the command:

npm install

To install all the libraries needed by the project. After that you can start the project with the command:

npm start

The front end will run at localhost:3000.

If you want to run the tests, execute the command:

npm test

Note: This project has been generated using the version 11.7 of Node.js and 6.6.0 of NPM. If there are any errors related to Node, you might need to update your version to the latest one.