Skip to content

IonutBostan/lastfm-artists-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React microsite using Last.fm's API

How to run lastfm-artists-react

npm install or yarn install

Install dependencies

cp .env .env.local

Create an .env.local file and fill in your api hey from last.fm api

npm start or yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code.

npm test or yarn test

Runs the test watcher in an interactive mode.
By default, runs tests related to files changed since the last commit.

npm test --coverage or yarn test --coverage

Runs the tests with coverage stats

npm run build or yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

How to run styleguidist for lastfm-artists-react

yarn guide

Starts a style guide dev server Open http://localhost:6060 to view it in the browser.

About

lastfm-artists-react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published