Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smauhourat/bootstrap-template-init
https://github.com/smauhourat/bootstrap-template-init
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/smauhourat/bootstrap-template-init
- Owner: smauhourat
- Created: 2022-07-20T17:46:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T18:59:52.000Z (over 2 years ago)
- Last Synced: 2023-03-06T04:33:53.996Z (almost 2 years ago)
- Language: JavaScript
- Size: 821 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Paso a paso para generar un proyecto template de bootstrap
- **Node Installation:** [Install node js](https://nodejs.org/en/download/)
- **Initialize node project:**```
npm init --yes
```* **Install dependencies:**
1. Bootstrap
```
npm install bootstrap
```2. Bootstrap dependecies (jquery and popper.js)
```
npm install jquery popper.js
```3. Icons-Fontawesome
```
npm install font-awesome
```- **Install development dependencies:**
1. Gulp (library to do tasks)
```
npm install -D gulp gulp-cli gulp-sass node-sass
```2. Syncro Browser Test
```
npm install -D browser-sync
```- **Configure libraries**
1. Create `gulpfile.js` file
2.### Fuentes:
https://www.faztweb.com/contenido/bootstrap4-configuracion-profesional
https://github.com/FaztWeb/bootstrap4-template-init
https://themesberg.com/blog/tutorial/gulp-4-bootstrap-sass-browsersync
https://github.com/johndavemanuel/bootstrap-gulp-starter-template/blob/master/gulpfile.js