Skip to content

rafaeldo/reactjs-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js SPOTIFY

Demo

Single Page App that works similar to Spotify Web App.

Getting Started

  1. Clone the repository.

  2. In root folder run yarn install or npm install to install all dependencies.

  3. Install json-server globally in your machine with npm install -g json-server or yarn global add json-server ( json-server ).

  4. Run json-server in root folder json-server server.json -3001 -w -d 500 *if it does not work try npx json-server server.json -3001 -w -d 500

  5. In root folder run yarn install or npm start to run the App in dev mode.

  6. Visit localhost:3000 to access the app in the browser.

About

Reactjs SPA for RockeatSeat Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published