Skip to content

Commit f21e619

Browse files
committed
Recreate React app using TypeScript and latest CRA
1 parent b1f7bc3 commit f21e619

24 files changed

+27747
-135
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
44
/node_modules
5+
/.pnp
6+
.pnp.js
57

68
# testing
79
/coverage

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ This repository consists of two branches:
158158
159159
> That will cause the `predeploy` and `deploy` scripts defined in `package.json` to run.
160160
>
161-
> Under the hood, the `predeploy` script will build a distributable version of the React app and store it in a folder named `dist`. Then, the `deploy` script will push the contents of that folder to the `gh-pages` branch of the GitHub repository.
161+
> Under the hood, the `predeploy` script will build a distributable version of the React app and store it in a folder named `build`. Then, the `deploy` script will push the contents of that folder to the `gh-pages` branch of the GitHub repository.
162162
163163
GitHub Pages will automatically detect that files have been pushed to the `gh-pages` branch of the GitHub repository. Once it detects that, it will begin serving those files — in this case, the distributable version of the React app — to anyone that visits the URL I specified in step 4.
164164

0 commit comments

Comments
 (0)