- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Hello Microverse is a project that we can apply almost all rules and hints learned during day (1,2) and we start getting familiar with linters.
- Learn to configure Linter
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Web Browser (I recommend:Chrome or FireFox)
- CodeEditor
- Git
Clone this repository to your desired folder:
cd [your_folder_name]
git clone https://github.com/Graciano1997/Hello_Microverse.git
Install this project with:
npm install
To run the project, execute the following command:
- Open the index.html with the LiveServer extension
To run tests, run the following command:
- To track HTML linter errors run:
npx hint .
- To track CSS linter errors run::
npx stylelint "**/*.{css,scss}"
- To track JavaScript linter errors run:
npx eslint .
👤 Graciano Henrique Gra_Soft
- GitHub: @Graciano1997
- Twitter: @GracianoSoft
- The Microverse's News Portal
- The First Module Student's Testimonials feature
- A time Calculator for Micronouts
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project share it and rate it : ⭐️⭐️⭐️⭐️
I would like to thank Kiko Kirti Arora and my Team
-
What do this App ?
- It says Hello to Microverse.
This project is MIT licensed.