This is a JavaScript project for a Leaderboard list app, using webpack and ES6 features, notably modules.
This project uses the following stack :
Client
Here are some key features of the application :
- Use callbacks and promises.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- Use webpack to bundle JavaScript.
Clone the repository by clicking on the 'Code' button and copy the link
To get a local copy up and running, follow these steps.
In order to run this project you need:
-visual studio -github
Clone this repository to your desired folder:
mkdir my-folder
cd my-folder
git clone git@github.com:Nkaleth/Leaderboard.gitInstall this project with:
npm install
Change the main branch to the right one, execute the following command:
git checkout final_touchesTo run the project, execute the following command:
npm startTo run tests, run the following command:
Example command:
To run the webhint linter
npx hint .To run the stylehint linter
npx stylehint "**/*.{css,scss}"To run the ESLint linter
npx eslint .👤 Nilton Segura
- GitHub: @Nkaleth
- Twitter: @NoeSeguraL
- LinkedIn: LinkedIn
- Use API to update the leaderboard
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project star it!
I would like to thank Microverse
This project is licensed .
