To get a local copy up and running follow these simple example steps.
download node.js code editor and etc
type the following command into your command lind git clone https://github.com/MAHDIA001/Book-store.git
Run the following commands to install dependencies
npm install --save-dev hint@7.x
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
open index.html in your local browser run these commonds to avoid linters errors```
npx hint . npx stylelint "*/.{css,scss}" npx eslint --fix .
👤 Mahdia
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a star if you like this project!