suissa / zapzapticket-frontend

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:TypeScript 88.7%Language:JavaScript 6.9%Language:CSS 4.4%