Skip to content

Monadical-SAS/next-app-boilerplate

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, yarn install

Then, run the development server: yarn dev

Open http://localhost:3000

CSS

It uses https://tailwindcss.com/

ESLint

Nextjs integrated ESLint: yarn lint

Testing

You will need npx playwright install and a local server running for testing

Run tests with: yarn test

Deploy on Vercel

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.

Docker

Build and run with: docker build -t client . && docker run --name CLIENT_CONTAINER -p 0.0.0.0:3000:3000 client