https://github.com/jgatjens/frontend
Gulp, es6, layouts, partials, etc
https://github.com/jgatjens/frontend
Last synced: about 1 month ago
JSON representation
Gulp, es6, layouts, partials, etc
- Host: GitHub
- URL: https://github.com/jgatjens/frontend
- Owner: jgatjens
- Created: 2016-10-08T23:39:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T23:45:13.000Z (about 9 years ago)
- Last Synced: 2025-01-01T11:41:45.340Z (12 months ago)
- Language: HTML
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend Template
### Dependencies and setup
We recommend installing [*Nodejs > v6.5.0*](http://nodejs.org/) with [*nvm*](https://github.com/creationix/nvm)
```sh
npm install
```
### Use Gulp tasks
```sh
# start development server on localhost:3000
npm start
# prepare app for distribucion
# launch server
npm run build
```
### Gulp features
- npm dependency manager
- Compile sass.
- Live reload css and html.
- Templates and partials
- ES6
- Sprites
- Images optimization.
- Create Zip.