- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Here you can find all information about global university.
Html, Css,Javascript, linter, Git, Github, Node, NPM
Client
Server
Here you can find original project template by Clindy Shin Behance
Here you can find my project demo
To get a local copy up and running, follow these steps.
In order to run this project you need:
You need to have Code Editor Installed. Make sure Nodejs and NPM is installed in your system for linters.
Clone this repository to your desired folder:
git clone https://github.com/ghreza-crypto/global-university.git
- Open terminal and cd into project
cd global-university
- Open the index.html in your brower:
open index.html
Install this project with: linters
To check linters run the following command:
- Install WebHint:
npm install --save-dev hint@7.x
- Install StyleLint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
- Install eslint
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
- To check CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}"
- To fix CSS or SCSS linters error:
npx stylelint "**/*.{css,scss}" --fix
- To check HTML linters error
npx hint .
- To check JavaScript linters error
npx eslint .
👤 Ghulam Reza Rajabi
- GitHub: @githubhandle
Contributions, issues, and feature requests are welcome!
If you like this project give it a star
I would like to thank from Microverse and all of my teammates.
This project is MIT licensed.