Project structure
Folder / File name | Description |
---|---|
Finder | Folder contains all template source and production files. |
Finder / assets | This folder contains all css , fonts , img , js , json ,scss , vendor folders. |
Finder / Controllers | This folder holds all Controllers. |
Finder / Views | Folder contains all pages Accordion to Controllers. |
Finder / Views / Shared | This folder contains all partial files. |
Finder / program.cs | Routing Configuration |
Please note: To change the theme of the project, make the necessary modifications
in the SCSS
(Sass)
files.
After making the changes, go to the terminal and run the commands "npm i" and "npm run build" to apply the changes.
After making the changes, go to the terminal and run the commands "npm i" and "npm run build" to apply the changes.