Skip to content

Commit 24fca71

Browse files
authored
Update README.md
1 parent 200d852 commit 24fca71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
**There's a pending PR for this solution on https://github.com/facebook/create-react-app/pull/8249**
66

77
To add more entry points, follow the steps:
8+
- Before cloning, slap ⭐️ now
89
- Add a new page in the `package.json` in the property `appPages`. There are 2 existing pages there: `index` and `login`;
910
- 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.
1011
- Run `yarn start` or `npm start`;
1112
- Access your using the following url `/.hml`, for example: `http://localhost:3000/login.html`
12-
- Please, give me a ⭐️ if you liked
13+

0 commit comments

Comments
 (0)