The Ultimate Leaderboard app stores and retrieves game high scores through an open leaderboard API. It uses webpack and ES6 features, including modules..
- HTML
- CSS
- Javascript
- Webpack
- Node
- NPM ( Node Package Manager )
- Git and Github Account
-
Run git clone on this project at the desired directory:
git clone https://github.com/joshuaivie/Ultimate-Leaderboard.git
cd Ultimate-Leaderboard
-
Install dependencies
npm install
-
Start Webpack Server
npm run start
-
On your favourite browser go to http://localhost:8080/
- Webhint linter -
npx hint .
on the root directory. - Stylelint linter -
npx stylelint "**/*.{css,scss}"
on the root directory. - ESLint linter -
npx eslint .
on the root directory.
👤 Joshua Ivie
- GitHub: @joshuaivie
- Twitter: @joshuaivie_
- LinkedIn: joshuaivie
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.