Skip to content

Commit 83dfacd

Browse files
committed
added the client build and served it from the express app
1 parent d59324a commit 83dfacd

22 files changed

+43
-309
lines changed

.gitattributes

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ package.json text eol=lf
3333
package-lock.json text -diff
3434
Makefile text
3535

36-
# Dist
37-
dist/** -diff linguist-generated=true
36+
# Other
37+
dist/** -diff linguist-generated=true
38+
client/build/** -diff linguist-generated=true

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
/.pnp
77
.pnp.js
88

9+
### Production ###
10+
/dist
11+
912
### Misc ###
1013
.DS_Store
1114
.env

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
npm run format
55
npm run lint
6+
npm run build:client

client/build/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/build/index.html

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/build/static/js/main.1c3c4b3b.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/build/static/js/main.1c3c4b3b.js renamed to client/build/static/js/main.e5f592d3.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/build/static/js/main.e5f592d3.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/public/index.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,25 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta
88
name="description"
9-
content="Web site created using create-react-app"
9+
content="Dynamically generated, customizable technologies cards for your GitHub README."
1010
/>
11-
<title>GitHub Readme Tech Stack</title>
11+
<meta
12+
name="keywords"
13+
content="react, tailwind, tailwindcss, javascript, js,
14+
typescript, ts, tsx, jsx, project, generator, generate,
15+
new, web, website, ui, npm, github, readme, profile, github-profile,
16+
github-readme, github-profile-readme, tech-stack, tech, stack, github-readme-tech-stack,
17+
template, node, package, manager"
18+
/>
19+
<meta name="language" content="EN" />
20+
<meta name="robots" content="index,follow" />
21+
<meta name="url" content="https://github-readme-tech-stack.vercel.app/" />
22+
<meta name="coverage" content="Worldwide" />
23+
<meta name="distribution" content="Global" />
24+
<meta name="rating" content="General" />
25+
<title>
26+
GitHub Readme Tech Stack
27+
</title>
1228
</head>
1329
<body>
1430
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)