This is a Next.js project bootstrapped with create-next-app
.
First, yarn install
Then, run the development server: yarn dev
It uses https://tailwindcss.com/
Nextjs integrated ESLint: yarn lint
You will need npx playwright install
and a local server running for testing
Run tests with: yarn test
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
More info: Next.js deployment documentation.
Build and run with:
docker build -t client . && docker run --name CLIENT_CONTAINER -p 0.0.0.0:3000:3000 client