Skip to content

buildo/nextjs-playwright-browserstack-template

Repository files navigation

My Next.js App

This is a simple Next.js application that displays a webpage with a title and description.

Getting Started

To get started with this project, follow the instructions below.

Prerequisites

Make sure you have the following installed:

  • Node.js (version 12 or later)
  • npm (Node package manager)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/my-nextjs-app.git
    
  2. Navigate to the project directory:

    cd my-nextjs-app
    
  3. Install the dependencies:

    npm install
    

Running the Application

To run the application in development mode, use the following command:

npm run dev

Open your browser and navigate to http://localhost:3000 to see the application in action.

Building for Production

To build the application for production, run:

npm run build

Then, you can start the production server with:

npm start

Features

  • A simple layout component for consistent styling across pages.
  • Global CSS styles applied throughout the application.
  • Custom document structure for enhanced SEO and performance.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

simple dummy app template for playwright and browserstack integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published