In this project, I set up a basic JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. The project uses the Leaderboard API.
- HTML/CSS
- Javascript
- Git/Github
- CLI
- Npm
- Webpack
To get a local copy up and running follow these simple example steps.
To get the project up and running you need a browser, npm installed, and a terminal.
To get the project locally, run
$ git clone git@github.com:Ismailco/Leaderboard.git
Then
$ npm install
$ npm run build
to use the app localy you need to install npm then:
$ npm start
For Eslint test run:
$ npx eslint .
For Webhint test run:
$ npx hint .
For Stylelint test run:
$ npx stylelint "**/*.{css.scss}"
👤 Ismail Courr
- GitHub: @ismailco
- Twitter: @ismailcourr
- LinkedIn: Ismail Courr
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.