Skip to content

Latest commit

 

History

History

frontend

PhotoLabs React Application

Setup

Install dependencies with npm install.

Note: This project requires at least Node v16

Run The Development Server

Start the server with

npm run dev

You can visit the running application at http://localhost:3000

Run The Linter

You can run eslint with the following command:

npm run lint

Run The Jest Tests

The tests can be run with:

npm run test
# or
npm test