An opinionated application starter kit built on NextJS tailored for Laravel's Sanctum API.
Jx is an opinionated application starter kit designed for building NextJS apps with a Laravel Sanctum API. It focuses on using Laravel’s backend API for authentication and utilizes CRSF tokens and sessions for secure authentication. Jx provides various features and packages to streamline the development process.
To get started with Jx, follow these steps:
.env file and specify your API URL.npm run dev
http://localhost:3000 in your browser to see the application.pages/index.tsx file to customize the page content. The changes will automatically be reflected in the browser.npm run build
npm run start
Jx is a starter kit that provides a solid foundation for building NextJS apps integrated with a Laravel Sanctum API. It offers features such as authentication, roles and permissions, data tables, and dark mode. Jx aims to streamline the development process and provide a secure and efficient solution for building web applications.