Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinaldilucas/less-example
Simple example of a project with less, npm and gulp.
https://github.com/rinaldilucas/less-example
gulp less npm
Last synced: about 2 months ago
JSON representation
Simple example of a project with less, npm and gulp.
- Host: GitHub
- URL: https://github.com/rinaldilucas/less-example
- Owner: rinaldilucas
- License: mit
- Created: 2022-03-25T00:39:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T01:32:52.000Z (12 months ago)
- Last Synced: 2024-01-09T03:23:26.454Z (12 months ago)
- Topics: gulp, less, npm
- Language: CSS
- Homepage: https://rinaldilucas.github.io/less-example/
- Size: 253 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Less example
A simple example using less, npm and gulp
to jumpstart your studies.
Explore the docs »
Open
·
Donate
Table of Contents
## About The Project
[![Project Screenshot][project-screenshot]](https://rinaldilucas.github.io/less-example/)
A little study project created to help people who wants to know how a project with less, gulp and npm works. If this project helped you in any way, don't hesitate to leave a star!
### Built With
This section shows what technologies are used in this particular project.
- [Npm](https://www.npmjs.com/)
- [Gulp](https://gulpjs.com/)
- [Less](https://lesscss.org/)## Getting Started
After cloning the project, you need to do a few things to be able to run it.
### Prerequisites
You need to have the following requirements:
- node 10 (download here)
- npm
```sh
npm install -g npm
```
- gulp
```sh
npm install -g gulp
```
- gulp cli
```sh
npm install -g gulp-cli
```
- less
```sh
npm install -g less
```
- less watch compiler
```sh
npm install -g less-watch-compiler
```### Installation
_Below is an example of how you can run the project._
1. Clone the repo
```sh
git clone https://github.com/rinaldilucas/less-example.git
```
2. Install the dependencies via npm
```sh
npm install
```
3. Build the project to develop
```js
npm run dev
```
4. Build the dist folder
```js
npm run build
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/amazing-feature`)
3. Commit your Changes (`git commit -m 'feat: add some amazing feature'`)
4. Push to the Branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request## License
Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.
## Contact
[![Website](https://img.shields.io/badge/-Website-0078D4?style=flat-square&logo=html5&logoColor=white&link=https://rinaldilucas.com)](https://rinaldilucas.com)
[![Github](https://img.shields.io/badge/-Github-967bb5?style=flat-square&labelColor=967bb5&logo=github&logoColor=white&link=https://github.com/rinaldilucas
)](https://github.com/rinaldilucas)
[![Gmail Badge](https://img.shields.io/badge/-Gmail-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])
[![Hotmail Badge](https://img.shields.io/badge/-Hotmail-0078D4?style=flat-square&logo=microsoft-outlook&logoColor=white&link=mailto:[email protected])](mailto:[email protected])
[![Linkedin Badge](https://img.shields.io/badge/-LinkedIn-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/rinaldilucas/)](https://www.linkedin.com/in/rinaldilucas/)
[![Telegram Badge](https://img.shields.io/badge/-Telegram-1ca0f1?style=flat-square&labelColor=1ca0f1&logo=telegram&logoColor=white&link=https://t.me/rinaldilucas)](https://t.me/rinaldilucas)Project Link: [https://github.com/rinaldilucas/less-example](https://github.com/rinaldilucas/less-example)
## Donations
If you feel that this project has helped you in any way, whether it's attracting clients or teaching you about the technologies used, feel free to make a donation.
It helps me a lot to continue developing open source codes.- Metamask (USDT):
```sh
0x16362DF7f963CeEBB2114B467B68F5A58972ee65
```
- PIX (BRL):
```sh
72140bc8-fadc-42f5-abb6-9c13cc80a59f
```[forks-shield]: https://img.shields.io/github/forks/rinaldilucas/less-example.svg?style=for-the-badge
[forks-url]: https://github.com/rinaldilucas/less-example/network/members
[stars-shield]: https://img.shields.io/github/stars/rinaldilucas/less-example.svg?style=for-the-badge
[stars-url]: https://github.com/rinaldilucas/less-example/stargazers
[license-shield]: https://img.shields.io/github/license/rinaldilucas/less-example.svg?style=for-the-badge
[license-url]: https://github.com/rinaldilucas/less-example/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/rinaldilucas/
[project-screenshot]: ./sources/assets/images/_readme/screenshot.jpg