Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giangmd/frontend-gulp
Front-end structure with Gulp
https://github.com/giangmd/frontend-gulp
gulp gulp-csso gulp-html-min gulp-js gulp-sass html5 sass
Last synced: about 1 month ago
JSON representation
Front-end structure with Gulp
- Host: GitHub
- URL: https://github.com/giangmd/frontend-gulp
- Owner: giangmd
- License: mit
- Created: 2018-10-22T10:36:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:21:45.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T06:42:08.600Z (about 1 month ago)
- Topics: gulp, gulp-csso, gulp-html-min, gulp-js, gulp-sass, html5, sass
- Language: CSS
- Homepage:
- Size: 417 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Front end structure with gulp
A Front end working space using Gulp. Help you save a lot of times to set up.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
```
node && npm
```### Installing
Clone this project from git
```
git clone https://github.com/giangmd/frontend-gulp.git **your-project-name**
```Run install package
```
npm install
```Run build for coding
```
npm run dev
```Run build for project
```
npm run build
```## Built With
## Contributing
If you have time and wanna to contribute with me. Please, create a pull request.
## Versioning
1.0
- Init1.1
- Upgrade to gulp version 4## Authors
* **Mai Dong Giang**
See also the list of [contributors](https://github.com/giangmd/frontend-gulp/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Javascript, HTML, CSS, SASS,...
* ES6 style
* Hat tip to anyone whose code was used
* Inspiration
* etc