/nextjs-slottracker

Next.js app for handling slotlists in any match

Primary LanguageTypeScript

Nest Logo

Description

This is a Next.js application for handling the front-end part of a event slot lists web app.

Tools used

HTML5 CSS3 JavaScript TypeScript

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Authors

License

This project is MIT licensed.