File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,9 @@ module.exports = function(
214
214
cdpath = appPath ;
215
215
}
216
216
217
+ console . log ( chalk . bgCyan ( 'HEADWAY CREATE-REACT-APP FORK' ) ) ;
218
+ console . log ( chalk . blue ( "π Let's Make Waves! π" ) ) ;
219
+
217
220
// Change displayed command to yarn instead of yarnpkg
218
221
const displayedCommand = useYarn ? 'yarn' : 'npm' ;
219
222
Original file line number Diff line number Diff line change @@ -6,18 +6,8 @@ function App() {
6
6
return (
7
7
< div className = "App" >
8
8
< header className = "App-header" >
9
- < img src = { logo } className = "App-logo" alt = "logo" />
10
- < p >
11
- Edit < code > src/App.js</ code > and save to reload.
12
- </ p >
13
- < a
14
- className = "App-link"
15
- href = "https://reactjs.org"
16
- target = "_blank"
17
- rel = "noopener noreferrer"
18
- >
19
- Learn React
20
- </ a >
9
+ < h1 > Headway CRA Template</ h1 >
10
+ < subtitle > π Let's make waves! π</ subtitle >
21
11
</ header >
22
12
</ div >
23
13
) ;
You canβt perform that action at this time.
0 commit comments