Eccomerce.Search.-.Google.Chrome.2023-07-31.17-59-37.mov
Running locally:
- Run
yarnto install all dependencies - Start the application with
yarn run dev - Now you can visit
localhost:3000from your browser
Running lint:
- Run
yarn lintto 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.