Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

lucacacciarru/vlk-football

Repository files navigation

VLK Football

codecov Codecov code style: prettier GitHub license


Getting started

Setup the environment

Copy the file .env.example and rename the new file .env.local, from this file you can customize the environment variables. For instance, if you need to run the json-server in a different port, you can set the JSON_SERVER_PORT to a different value, for example:

JSON_SERVER_PORT=3001
REACT_APP_API_URL=http://localhost:3001

Run the application

To run the application, run the command:

npm run dev

Testing

npm run test

Launches the tests

npm run test:watch

Launches the tests in watch mode

npm run test:coverage

Launches the tests and show the current coverage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages