Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/suissa/zapzapticket-frontend

Last synced: 24 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# ZapzapTicket - frontend

[![End-to-End Tests](https://github.com/suissa/zapzapticket-next/actions/workflows/cypress.yml/badge.svg)](https://github.com/suissa/zapzapticket-next/actions/workflows/cypress.yml)

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

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run dev

# production
$ npm run build
$ npm start
```

## Testing

```bash
$ npm run test
```