/seat-frontend-challenge

SEAT:CODE Frontend Challenge

Primary LanguageTypeScript

Header banner

SEAT Code Frontend Challenge

Index

[[TOC]]

System requirements

To run this code in your system, it must satisfy the next minimum requirements:

  • NodeJS 16.0.0
  • npm 8.0.0

Environment variables

Due to this project is built with Create React App tool, custom environment variables beginning with REACT_APP_.

You can see more info in the official documentation.

To run this project, you will need to add the following environment variables to your .env file:

# API URLs
REACT_APP_API_URL=http://localhost:3001

Available scripts and commands guide

Modules installation process

npm install

⚠️ This repository uses NPM as package manager.

Runs the app in the development mode

npm start

It opens the browser in http://localhost:3000.

Run tests

# Unit test
npm test

# Coverage unit test
npm run test:coverage