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: 7 months 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.
- Host: GitHub
- URL: https://github.com/suissa/zapzapticket-frontend
- Owner: suissa
- Created: 2023-12-23T00:30:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T21:03:50.000Z (over 1 year ago)
- Last Synced: 2024-10-30T01:45:30.337Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 30.2 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZapzapTicket - frontend
[](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
```