Scan
is a web application for searching company information by TIN
Application link
Use login: aleksey; password: 4i2385j
Required Node.js version 21.4 and higher!
To get a local copy of the project perform the following actions:
- Clone the repo
git clone https://github.com/iGafar/scan-react.git
- Install npm packages
npm install
- Run the project locally
npm run dev
- build production version
npm run build