Skip to content

JesusGarciaValadez/yema-developer-test

Repository files navigation

Yema Developer Test App

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Build

Run the build command and start the server

npm run build; npm start
# or
yarn build; yarn start

Open http://localhost:3000 with your browser to see the result.

Tests

Run the cypress command in order to run the tests

npm run cypress:open
# or 
yarn cypress:open