This is a JavaScript project for a Leaderboard list app, using webpack and ES6 features, notably modules.
This project uses the following stack :
Here are some key features of the application :
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.git
-
Install this project with:
npm install
Change the main branch to the right one, execute the following command:
git checkout final_touches
To run the project, execute the following command:
npm start
To 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
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 .