Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-erkana/webpack_setup
Webpack is a static module bundler for modern JavaScript applications. It's intelligent enough to build all app dependencies based just on your file imports. It starts from a list of modules defined as entry points and recursively builds a dependency graph that includes every module the application needs.
https://github.com/lucas-erkana/webpack_setup
html-css-javascript webpack
Last synced: 5 days ago
JSON representation
Webpack is a static module bundler for modern JavaScript applications. It's intelligent enough to build all app dependencies based just on your file imports. It starts from a list of modules defined as entry points and recursively builds a dependency graph that includes every module the application needs.
- Host: GitHub
- URL: https://github.com/lucas-erkana/webpack_setup
- Owner: Lucas-Erkana
- Created: 2022-12-07T08:08:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T06:21:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T09:49:16.057Z (about 1 month ago)
- Topics: html-css-javascript, webpack
- Language: JavaScript
- Homepage: https://lucash2022.github.io/webpack_setup/dist/
- Size: 254 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Leaderboard App
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> A simple leaderboard app from microverse curriculam.
**Leaderboard App**
Languages
- HTML
- CSS
- Javascript
Bundler
- Webpack
Server
- Github
- **Add name and scores to the leaderboard**
- **Acquire data from leaderboard api**
- [ ] **Change styles**
> Add a link to your deployed project.
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:portfolio-roy/leaderboard.git
cd to-do-list
```
### Install
Install this project with:
```sh
npm install
```
### Usage
To run the project in a development server, execute the following command:
```sh
npm start
```
To to build for the production, execute the following command:
```sh
npm run build
```
### Deployment
You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)
## 👥 Author
👤 **Utsargo Roy**
- GitHub: [@utsargo](https://github.com/utsargo)
- Twitter: [@royutsargo](https://twitter.com/royutsargo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/utsargo-roy/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give me a star.
Thanks to my friend [Lucas](https://github.com/Lucash2022) for a good insight of the code.
> Add at least 2 questions new developers would ask when they decide to use your project.
- **What is this project?**
- It's a project of micoverse curriculam.
- **Is there any SQL database for this site**
- No, there isn't. However, I used javascirpt objects stored in a file as a small database.
This project is [MIT](./LICENSE) licensed.