Project made with javascript to search for lyrics
$ git clone https://github.com/fraandeveloper/search-lyrics.git
$ cd search-lyrics
$ npm install
The command below will run the project in the browser
$ npm run serve
The command below will run the project on a local server with our project under development
$ "serve": "NODE_ENV=development webpack-dashboard -- webpack-dev-server -d --hot --config webpack.config.js --watch --mode development"