Skip to content

First Release (WDEV1.0)

Compare
Choose a tag to compare
@OmarRamoun OmarRamoun released this 13 Jul 18:58
· 43 commits to main since this release
38ea772

WDEV 1.0 ๐Ÿท๏ธ

A Basic Template for All Web Development Projects.

First Release Notes ๐Ÿ““

  • This is the first release of the best web dev projects template on the net [WEBDEV] โœŒ๏ธ.

Contents ๐Ÿ†

  • A README.md Template for Web Projects.
  • A Github Actions .github/workflows/linter.yml File with HTML & CSS Linters (Stylelint, Webhint, Lighthouse).
  • A css Folder with 4 CSS Files Containing Boilerplate Code for: layout (layout.css), Style (style.css), Debug (debug.css), and Reset (reset.css).
  • An images Folder to Hold All Project Images.
  • A js Folder for All Project Scripts
  • A manifesto Folder with All Brain Storming Ideas And Project Planning.
  • A pages Folder with All Project Pages.
  • A test Folder with All Project Tests.
  • A .gitignore File to Ignore All Files and Folders not Needed for the Project.
  • A .hintrc File to Configure Webhint.
  • A .stylelintrc File to Configure Stylelint.
  • A LICENCE File to Hold the license Details for the Project (MIT).
  • A gulpfile.js to Automate the Build Process.
  • A package-lock.json to Hold the Project Dependencies.
  • A package.json to Hold the Project Details.