Skip to content

iljakumlander/fe-test

Repository files navigation

Test task ​for Front-End Engineer

Setup

Clone the repository:

git clone <repository-url>

Navigate to the project directory:

cd <project-directory>

Install the dependencies:

npm install

Setting the environment:

VITE_API=http://fe-test.guardtime.com/documents Create .env or .env.local and set up API URL by setting VITE_API variable:

VITE_API=http://api.example.com/documents

Running the Application

npm start

Woild be accessable on http://localhost:4173/ via vite preview.

Or alternatevly for ongoing development run:

npm run dev

Navigate in browser to http://localhost:5173/

Testing

To run the tests, use the following command:

npm test

Building

To build the application for production, use the following command:

npm run build

This will create a dist directory with the compiled assets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published