Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.31 KB

Static Web Based Project Using Gulp.JS

Workflow

Clone based project

git mkdir project-name
git clone https://github.com/anhtoan/gulp-starter.git ./project-name

Install node modules

npm install

Run

gulp

Coding

Directories & Files

  • 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 or src/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

Included libraries

  • Bootstrap: You can generate your project's bootstrap here and then replace it in src/static/bootstrap.
  • Font Awesome: List icon is here

Author

Nguyễn Anh Toàn (James)

License

This project is licensed under the MIT License - see the LICENSE file for details

Thanks!