Starter Code
Generic Repo Template
Here provide some starter code of what a template codebase could look like.
Prerequisites
- Github setup
- Node and Python Installed
- Basic knowledge of Github Commands
Setup & Customization
- Clone the generic repo template:
- Rename project files and folders: Update README.md with new details.
- Customize documentation, landing page, backend and assets: Add course syllabus, lesson plans, and resources.
- Initialize Git and push to new remote:
Best Practices
- Keep README updated with course overview and setup instructions.
- Use branches for feature development and reviews.
- Document changes in commit messages clearly.
- Include CI/CD workflows if applicable.