This project is done using HTML, SCSS and Javascript. The project is also set up with html-css and javascript linters.
- Html and SASS
- Javascript
- Linters (Html, scss and Javascript linters)
To get a local copy up, CD into the project folder and run:
npm install
To execute Webhint linters, run the command bellow (Instead of using . to run the linter from the root, you can also specify a specific directory, i.e.** npx hint ./index**):
npx hint .
Then manually fix the highlighted errors is any.
To execute style linters, run the command bellow:
npx stylelint "**/*.scss"
Then manually fix the highlighted errors is any.
To auto fix stylelint errors that are fixable automatically, run
npx stylelint "**/*.scss" --fix
You can learn more here>>
👤 Author
- GitHub: @githubhandle
- Website: James Serengia
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Original design idea by Cindy Shin in Behance.
This project is MIT licensed.