- create
.env
(no need to specify file name just create file with.env
name) file in root directory of project. - add below code
VITE_SHAZAM_CORE_RAPID_API_KEY = API_Key
- save all changes and run below command in terminal
npm install
npm run dev
.env
(no need to specify file name just create file with .env
name) file in root directory of project.VITE_SHAZAM_CORE_RAPID_API_KEY = API_Key
npm install
npm run dev