File tree Expand file tree Collapse file tree 4 files changed +3
-31
lines changed Expand file tree Collapse file tree 4 files changed +3
-31
lines changed Original file line number Diff line number Diff line change 1
1
REACT_APP_DOMAIN=http://localhost:3000
2
+ REACT_APP_SPOTIFY_CLIENT_ID=
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
2
2
3
3
---
4
4
5
- Create config file
6
- 1 . run ` cp src/config/config.dist.js src/config/config.js ` in your terminal
5
+ Create environment variables
6
+ 1 . run ` cp .env.dist .env ` in your terminal
7
7
2 . adjust your clientId, redirectUri and the scopes
8
- 3 . run ` cp .env.dist .env ` in your terminal
9
8
10
9
11
10
Original file line number Diff line number Diff line change 30
30
},
31
31
"eslintConfig" : {
32
32
"extends" : " react-app"
33
- },
34
- "browserslist" : {
35
- "production" : [
36
- " >0.2%" ,
37
- " not dead" ,
38
- " not op_mini all"
39
- ],
40
- "development" : [
41
- " last 1 chrome version" ,
42
- " last 1 firefox version" ,
43
- " last 1 safari version"
44
- ]
45
33
}
46
34
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments