First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Each file in pages/ is associated with a route based on its filename
for API services
3rd party libraries
common components for application
module specific components
miscellaneous/helper code
types/interface for application
Application Assets
Linting
npm run lint
QuickType used to generate typescript interfaces. Converts JSON to interfaces
Run as a docker:
docker-compose up
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!