File Structure

Bootstrap alerts are feedback messages which are displayed after specific actions preceded by the user. Length of the text is not limited.

  • dist - Generated all files
  • node_modules - Directory where npm installs dependencies.
  • src
    • assets
      • css - Compiled CSS
      • fonts - All fonts
      • images - Image assets
      • js - Javascript source
      • scss - source for theme
    • docs - Documentation
    • pages - HTML pages
    • partials - HTML partials
    • index.html
  • gulpfile.js - All the build commands
  • package.json - List of dependencies and npm information
  • .gitignore - Hide all unnecessary files from Git