Project Structure


Inside app folder we have all the project File.

Fonts: In this directory we keep the fonts used in our web app . you can change the fonts of your choice if wanted.

img: you can place all the image in this directory but that's mandatory you can also place image inside assets directory as well.

SCSS:It contain all the css libraries like Bootstrap and MDB. You can see scss > mdb > custom you can see we have create one base css for each pages. you can directly changes these css as well but we recommened that add own css inside each page so in future it's easy to update once we release new version.

src > app: It's a main folder where you need to work.

  1. layout: it have some common module that will use throughout the app like header and footer components.
  2. pages : it contanins all the page component like Home, Login , Registration , 404 etc..
  3. services : All the service code written within this directory and also contact api base url need to change once you deploy own nodeJS api.
  4. typeScript : Some of MDB component we have added inside this directory like calendar , timepicker etc. You don't need to do anything inside this directory.

results matching ""

    No results matching ""