Readme fixes
This commit is contained in:
parent
306b26caac
commit
fb9c107bdb
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -1,11 +1,11 @@
|
||||||
# React Spotify API
|
# React Spotify API
|
||||||
|
|
||||||
## App structure
|
|
||||||
|
|
||||||
Single-page application written in ReactJS to harness the Spotify API.
|
Single-page application written in ReactJS to harness the Spotify API.
|
||||||
|
|
||||||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
||||||
|
|
||||||
|
## App structure
|
||||||
|
|
||||||
The app uses React hooks to hold state and effects.
|
The app uses React hooks to hold state and effects.
|
||||||
|
|
||||||
Props are passed between components through the router, built with react-router-dom.
|
Props are passed between components through the router, built with react-router-dom.
|
||||||
|
@ -49,9 +49,6 @@ Props are passed between components through the router, built with react-router-
|
||||||
└── server.js
|
└── server.js
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
4 directories, 31 files
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Setup a Spotify account and [register an application](https://developer.spotify.com/documentation/general/guides/app-settings/#register-your-app);
|
1. Setup a Spotify account and [register an application](https://developer.spotify.com/documentation/general/guides/app-settings/#register-your-app);
|
||||||
|
@ -78,15 +75,21 @@ Keep the *redirect_api* as shown above.
|
||||||
|
|
||||||
4. Install dependencies:
|
4. Install dependencies:
|
||||||
|
|
||||||
npm i
|
```sh
|
||||||
|
npm i
|
||||||
|
```
|
||||||
|
|
||||||
5. Initiate the server:
|
5. Initiate the server:
|
||||||
|
|
||||||
node server.js
|
```sh
|
||||||
|
node server.js
|
||||||
|
```
|
||||||
|
|
||||||
6. Start the app:
|
6. Start the app:
|
||||||
|
|
||||||
npm start
|
```sh
|
||||||
|
npm start
|
||||||
|
```
|
||||||
|
|
||||||
7. A browser should open with the app. If not, open one and navigate to http://localhost:3000.
|
7. A browser should open with the app. If not, open one and navigate to http://localhost:3000.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue