Generate a home page of game products from a JSON config
See the result [https://redclock.github.io/GamePage/index.html]
npm i
npx tsc
npm run start
Modify the content of config.json
{
"apps": [
{
"name": "Candy Crush Saga",
"icon": "images/candy.webp",
"description": "Balabalala",
"appStoreLink": "https://example.com/sample-app-store-link"
},
......
]
}