This application is made with next js, typescript and ui material
The components module contains the dummy components of the ui
The template module contains the components that structure the UI
External services consumed by our app
The 'pages' are in charge of the app routing.
Typescript interfaces shared by several components
This module contains custom hooks
This module contains the feature specific logic. Within this module we can have other modules such as context, actions, reducers, utils and components
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
npm run test-coverage