Code Structure
Layouts: It has main component that load common layout and router components.
ni-Components: It contain all the common component of project like Logo, card, Sidebar, Navbar etc..
Pages : It's a main folder where you can spent more of your time. Inside pages folder you have dashboard, extra-pages, restaurant Sass.
- Dashboard: It have dashboard Dashboard module so if you need any changes within Graph you need to work inside these folder.
- Extra-pages: It contains the component like Login, Registration, forget etc..
- RestaurantSass: We have put all the custom component of our restaurantsass app into this folder each component have there own folder and respective file as well. you can dig dipper and edit as required.