A Next.Js Boilerplate with atomic design folder structure & API instance with axios Ready for development.
- Atomic Design Folder Structure.
- Import with Absolute path (e.g: import { Alert } from 'component').
- Already integrated with Next SEO.
- API instance with axios.
- Easy to use!
const activeConfig = '';
activeConfig serves to signal that the config is being run. In this case we have 2 main config namely ;
- dev (Development)
- prod (Production)
<AppLayout title="About" description="Desc.." showSidebar={true}>...</AppLayout>