Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.03 KB

Introduction

You should have link to the design and requirements about what needs to be done. If you do not have them then please contact us and we will provide them.

This codebase is setup based on what is our FE stack in eAgronom. As you can see we use:

  • React with Redux
  • Typescript
  • SCSS

It would be awesome if you complete this homework with this stack.

As you might be more comfortable with different stack then it is okay to use:

  • JS instead of TS
  • CSS, styled-components etc instead of SCSS

Have fun and godspeed!

Available Scripts

In the project directory, you can run:

yarn install

Install all the dependencies that are needed for developing.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.