In this project I built a JavaScript project for the Leaderboard list app, using webpack and ES6 features. I added a feature of sending and receiving data from/to the Leaderboard API and added styling.
- Use JavaScript modules
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
Please use this link
- HTML, CSS, JavaScript, Webpack
To get a local copy up and running follow these simple example steps.
- Have a Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Have git installed on the Computer
- Have a browser installed on the Computer
- If it suits you, on your local computer, create a directory in your preferred location (e.g in the Desktop or Document directory)
-
To clone the project on your machine: Type
git clone https://github.com/Jaymelfah/Leaderboard.git
. -
To install webpack and project dependencies (a packet manager is required):
npm install
-
To build project files in development mode (the destination folder is /dist):
npm run build
-
To build project files in production mode (the destination folder is /dist):
npm run dist
-
To run the project on webpack live server:
npm run start
👤 Jeremiah Melfah
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.