sandrina-p / operation_remote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operation Remote

Running the project

Requirements

You need to have installed the following tools:

Project stack

Setup

# clone the project
git clone https://github.com/sandrina-p/operation_remote.git

# go to the project folder
cd operation_remote

# install dependencies
npm install # or "yarn"

# run the project in dev mode
npm run dev # or "yarn dev"

Run E2E tests

npm run cy:open # or "yarn cy:open"

Notes

I left multiples code comments with questions, notes, todos, etc... As you read, I hope it helps you to better understand the decisions I took.

About


Languages

Language:JavaScript 75.0%Language:CSS 25.0%