lordksix / leaderboard-template

Showcase of use of webpack, API and async code
https://lordksix.github.io/leaderboard-template/
MIT License
4 stars 0 forks source link

Leaderboard Template App

πŸ“— Table of Contents

πŸ“– [Leaderboard Template App]

Leaderboard Template App is a lightweight Leaderboard Temp App using ES6, ESM and webpack.

(back to top)

πŸ›  Built With

Tech Stack

Client

Key Features

πŸš€ Live Demo

You can find a live demo in HERE.

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps. To run local server or to make any modifications to the project NPM and Node.js must be installed.

Prerequisites

In order to run this project you need: To clone or fork and run it in a browser

Setup

Clone this repository to your desired folder:

For example, using Ubuntu:

  cd my-desired-folder
  git clone git@github.com:lordksix/leaderboard-template.git

For more information on how to clone or fork a repository:

If you want to make any kind of change or modification, Node.Js and NPM is necesary. For more information on how to install node.js and npm:

Install

To install dependencies, the following command must be run in the terminal:

  cd leaderboard-template
  npm install

Usage

To run the app, open with index.html with any web browser.

For example, for Google Chrome with Ubuntu:

  cd build
  google-chrome index.html

Or, if you have setup NPM and Node.js, you have run a localhost using the following command:

  npm run start

Run tests

There are no test available for this project.

Deployment

To deploy this project, use any web hosting service. Files to be used in deployment are:

This project is deployed using GitHub Pages.

Go to πŸš€ Live Demo to check it out.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author

(back to top)

πŸ”­ Future Features

Future changes:

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.

(back to top)

πŸ™ Acknowledgments

(back to top)

❓ FAQ

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)