radibit / gulp-tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Starter

This is a template to be used for new front-end projects.

1. Build process

1.1 Pre-Requirements

$ npm install

#### 1.2 Hints
Do not work in the /public folder, change only files in /assets!
Gulp will optimize the files and move them to /public

#### 1.3 Tasks

use this command to list all available tasks

$ npm start -- --tasks
1.3.1 Main tasks

use npm start build for production or npm start dev for development

License

All files are released under the MIT license.

About

License:MIT License


Languages

Language:JavaScript 57.4%Language:CSS 40.8%Language:HTML 1.8%