Skip to content

Generate a home page of game products from a JSON config

Notifications You must be signed in to change notification settings

redclock/GamePage

Repository files navigation

GamePage

Generate a home page of game products from a JSON config

See the result [https://redclock.github.io/GamePage/index.html]

Installation

npm i

Build

npx tsc

Generate Page

npm run start

Config Game List

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"
        },
        ......
    ]
}

About

Generate a home page of game products from a JSON config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published