Skip to content

toanna/gulp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Static based project using Gulp.JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published