In the project directory, run:
npm run test
npm run build
npm run build:staging
npm run build:production
Contains images and icons
Contains all enumerators used in the application
Contains axiosInterceptor
for API requests and responses.
Contains all the models with the backend alias used in the application.
Contains all the Application routes and API endpoints.
Contains all the services which in-turn has the corresponding API calls.
Contains Reusable/shared components (Eg: InputField
, DropdownField
)
Contains helper methods like jsonToFormDataConverter
and createReducer
Contains reusable styles and variables used across the application
Contains presentational components. Each component has its own .tsx
and .scss
files