rafaeldo / reactjs-spotify

Reactjs SPA for RockeatSeat Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 96.9%Language:HTML 3.1%