Skip to content

This is a Leaderboard list app. It was created using WebPack and ES6 features, notably modules, JavaScript, CSS3 and HTML

Notifications You must be signed in to change notification settings

carloshs1994/Leaderboard

Repository files navigation

Leaderboard

About The Project

This is a Leaderboard list app. It was created using WebPack and ES6 features, notably modules, JavaScript, CSS3 and HTML Check the live demo to try

screenshot

Check it out

Live Demo

Prerequisites

- node

Setup

Clone the repository to your local machine and run:

npm install
npm init -y
npm install --save-dev webpack
npm install --save lodash
npx webpack --config webpack.config.js
npm install webpack webpack-cli --save-dev
npm install --save-dev style-loader css-loader
npm install --save-dev csv-loader xml-loader
npm install --save-dev html-webpack-plugin
npm install --save-dev webpack-dev-server

or

npm update

Deployment

run:

npm run build
npm start

Authors

👤 Carlos Herver Solano

🤝 Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to Microverse

📝 License

This project is MIT licensed.

About

This is a Leaderboard list app. It was created using WebPack and ES6 features, notably modules, JavaScript, CSS3 and HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages