git mkdir project-name
git clone https://github.com/anhtoan/gulp-starter.git ./project-name
npm install
gulp
- Your output should be in
public
folder. - You only need to work in
src
folder, it's your input folder. - All HTML files should be in
src/html
. - Your styles should be in
src/stylesheets/main.css
orsrc/stylesheets/app.sass
if you want to write SASS. - You should write javascript in
src/static/app.js
- Your images should be in
src/images
- Your fonts should be in
src/fonts
- Bootstrap: You can generate your project's bootstrap here and then replace it in
src/static/bootstrap
. - Font Awesome: List icon is here
Nguyễn Anh Toàn (James)
- Tech Leader at Time Universal Communications
- Email: anhtoan.dev@gmail.com or toanna@timevn.com
- Skype: ng.anhtoan
- Website: toanf.com
This project is licensed under the MIT License - see the LICENSE file for details