Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 753 Bytes

Agrotis - Front-end Challenge

What is this for?

This challenge was originally made for candidates who are interested on joining Agrotis team as a front-end developer.

The reason I decided to complete this challenge was for learning purposes. It is a cool project and might help me understanding better a few concepts related to the React and Redux environments.

If you want to know more about the challenge itself, you can find it by clicking here.

Running the project locally

Just type in your terminal one of the following commands:

# Using Yarn
$ yarn start

# Using npm
$ npm start

The command will start a development server as well as a new tab in your favourite browser.