Skip to content

Commit 17c9ad2

Browse files
Adds headway messaging
1 parent 56d1de2 commit 17c9ad2

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

β€Žpackages/react-scripts/scripts/init.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ module.exports = function(
214214
cdpath = appPath;
215215
}
216216

217+
console.log(chalk.bgCyan('HEADWAY CREATE-REACT-APP FORK'));
218+
console.log(chalk.blue("🌊 Let's Make Waves! 🌊"));
219+
217220
// Change displayed command to yarn instead of yarnpkg
218221
const displayedCommand = useYarn ? 'yarn' : 'npm';
219222

β€Žpackages/react-scripts/template/src/App.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,8 @@ function App() {
66
return (
77
<div className="App">
88
<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>
2111
</header>
2212
</div>
2313
);

0 commit comments

Comments
Β (0)