First Release (WDEV1.0)
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.