This is a project I created using HTML,CSS and js. Using ES6 syntax and modularizing some functionalities of awesome books project.
- HTML
- CSS
- JS
To get the content of this project locally you need to run the following commands in your terminal.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone https://github.com/Masouma864/Awesome-Books-ES6.git
- To access cloned directory run:
cd Awesome-Books-ES6
- Open it with the live server
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "**/*.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
👤 Masouma Modarresi
Give a ⭐ if you like this project!
This project is MIT licensed.