#A Light Weight Web Project Setup Template
It builds the basic scaffolding files for starting a light weight web development project.
Once genProjectSuper is run in the terminal, it creates the following files for your web project.
- A Unique Project Folder
- An index.html file, a CSS file, and a Javascript file
- Basic HTML structure in the index.html file with frameworks like bootstrap, and jQuery
- Some base CSS styling for the webpage. And,
- A new git repository for the web project for version control
Make genProjectSuper grandiose by cloning this repository - https://github.com/cukomadu/genProjectSuper