Setting up sample project with Html, Css and Js.
-Click to watch the Overview Video
- Original design idea by Cindy Shin in Behance
- Svg Icons from svgrepo
- main section icons from icons8
- Images from unsplash
- Html, Css and Js
- Vs Code
Run
-
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 hint@7.x
-
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
To get a local copy up and running follow these simple example steps.
- Node
- clone the repo
- Portfolio setuo template
Run
-
npx hint .
-
Fix validation errors.
-
npx stylelint "**/*.{css,scss}"
-
Fix linter errors.
-
npx eslint .
👤 Author1
- GitHub: @jash_debug
- Twitter: @ahmed_najash
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.