This is a Capstone Project template for an BMW CC Global Summit
- HTML
- CSS
- JavaScript
To get a local copy up and running follow these simple example steps.
- Computer
- Code editor (Vs code)
-
Setup Linters by running following commands in your terminal:
-
npm install --save-dev stylelint@13.x stylelint-scss@3.x - - - stylelint-config-standard@21.x stylelint-csstree-validator@1.x (Install the StyleHint linters)
-
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
-
npx stylelint "*/.{css,scss}" (checks for the CSS related errors in your project)
-
npx stylelint "*/.{css,scss}" --fix (This will fix the linters error, if any)
-
npm install --save-dev hint@7.x (Install the WebHint Linters)
-
Run npx eslint . on the root of your directory of your project.
-
npx hint . (You should see Finishing... on your terminal)
👤 Tashobya Israel
- GitHub: @githubhandle
- Twitter: @twitterhandle
- Linkedin: @linkedinhandle
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Cindy Shinon Behance for her UI design template
This project is MIT licensed.