Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 803 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 803 Bytes

Search Lyrics

Project made with javascript to search for lyrics


Project installation

1. Start the project by cloning the search-lyrics repository:

$ git clone https://github.com/fraandeveloper/search-lyrics.git

2. Enter the directory

$ cd search-lyrics

3. Install the dependencies:

$ npm install


Sample scripts in the project

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"