You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
**There's a pending PR for this solution on https://github.com/facebook/create-react-app/pull/8249**
6
6
7
7
To add more entry points, follow the steps:
8
-
- Before cloning, slap ⭐️ now
8
+
- Before cloning, please, slap ⭐️ now
9
9
- Add a new page in the `package.json` in the property `appPages`. There are 2 existing pages there: `index` and `login`;
10
10
- Create your new files for the new page. You should add a new `.html` file inside the `public` folder and also add your new `.js` file (related to your "new" app) inside your `src` folder.
0 commit comments