Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

wesleyadriann/find_lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Lyrics

Description

This is example of use api lyrics

Hierarchy

  • /public directory where the react injects javascript in develop;
  • /build directory created after execute command build, where is located files for production;
  • /src directory where the develop files is located;
    • /assets directory where static files like fonts and images is located;
    • /services directory where the files related to services used in the application will be created, for example HTTP requests;
    • /views directory where de pages is located.

Prerequisites

Usage

In the frontend directory, install the dependencies

npm install

Start React development server

npm start

Await for browser window open in http://localhost:3000 .

Deployment

In the frontend directory, install the dependencies

npm install

Execute build command to create minify version to production

npm run build

Will be create folder /build with the files. Inserts into HTTP server. More information

Built With

Environment variables

Environment variables is located in /src/config/config.js

SEARCH LYRICS - Endpoint to search lyrics

ENDPOINT_LYRICS: "https://api.lyrics.ovh/v1"

Authors

Project Status

  • Concluded

URL Project Reference

Observation

ReactJS Script's

Start development server

start

Creates production version

build

Execute tests

test

Ejects project from create-react-app (more infomation)

eject

About

🎶 Music lyrics application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published