8000 GitHub - PredokMiF/its-tinkoff-solution-cup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PredokMiF/its-tinkoff-solution-cup

Repository files navigation

its-tinkoff-solution-cup

Repository for final in IT's Tinkoff Solution Cup

Install packages

First we must install the packages we depend on

yarn install

Production build

To create a production build of a React application, we need to run command

yarn run build

After installing dependencies, we can run local static server

yarn run preview

After that, you can open the application in browser by http://localhost:8080/

Dev build

To run an application in development mode with HMR

yarn run dev

After that, you can open the application in browser by http://localhost:8080/

Tests

To run tests

yarn run test

ESLint

To check the quality of code, we use the linter (ESLint)

yarn run lint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
386F
0