Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 613 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 613 Bytes

ZapzapTicket - frontend

End-to-End Tests

Project under development based on Whaticket but using Next.js and with more current dependencies to avoid conflicts since Whaticket started using older libs.

Tests with Jest for the components and e2e with Cypress.

Installation

$ npm install

Running the app

# development
$ npm run dev

# production
$ npm run build
$ npm start

Testing

$ npm run test