Skip to content

qhantom/frontend-testing-workshop

 
 

Repository files navigation

Frontend Testing Workshop Project (Twitter Clone)

Prerequisites

Node version 18.17.0

Cloning the repository

git clone git@github.com:qhantom/frontend-testing-workshop.git

Install packages

npm install -g pnpm
pnpm install

Setup .env file

DATABASE_URL=
NEXTAUTH_JWT_SECRET=frachtwerksecret
NEXTAUTH_SECRET=frachtwerksecret

Start the app

pnpm dev

Run tests

pnpm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%