The Order table app is capable of displaying the current exchange rate of currency pairs of popular cryptocurrencies.
Installing dependencies:
npm install
Before running the project, you need to generate an api schema.
npm run generate-apiTo start the development server with hot-reload, run the following command. The server will be accessible at http://localhost:3000:
npm run devTo build your project for production, use:
npm run build