Skip to content

Project setup#1

Merged
Sowmyayadav0 merged 2 commits intoSowmyayadav0:mainfrom
shv-ng:project-setup
Dec 23, 2024
Merged

Project setup#1
Sowmyayadav0 merged 2 commits intoSowmyayadav0:mainfrom
shv-ng:project-setup

Conversation

@shv-ng
Copy link
Copy Markdown
Contributor

@shv-ng shv-ng commented Dec 22, 2024

  • Project Structure Setup:
    Organized the folder structure for better maintainability:

    • Moved static assets (CSS, JS, and images) to the public/ folder.
    • Created public/css/ and public/js/ folders to hold styles and scripts separately.
  • Moved Inline CSS/JS to Separate Files:

    • Moved inline <style> and <script> tags from EJS templates to separate main.css and main.js files in the public/css/ and public/js/ directories.
  • Updated EJS Templates:

    • Updated the EJS templates (index.ejs, [other].ejs) to link to the external CSS and JS files.

@Sowmyayadav0 Sowmyayadav0 merged commit 7dc8c87 into Sowmyayadav0:main Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants