Eccomerce.Search.-.Google.Chrome.2023-07-31.17-59-37.mov
Running locally:
- Run
yarn
to install all dependencies - Start the application with
yarn run dev
- Now you can visit
localhost:3000
from your browser
Running lint:
- Run
yarn lint
to execute the eslint to fix and find problems in your code - want to know more about eslint commands? Follow the link
Ready to run in production? Checkout going to production.