Skip to content

oksana-karachun/f-tester

Repository files navigation

F-tester


image

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed (version 12.x or higher)
  • A package manager like npm or yarn

Installation

To install F-tester, follow these steps:

npm install

Running the Application

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

npm run dev

This command will start a local development server. Access the application at http://localhost:3000 or another specified URL shown in the terminal output.

Building for Production

To build the application for production, run:

npm run build

This compiles all assets and outputs them to the dist/ directory, optimized for best performance.