- install npm dependencies:
npm i
- initialize prisma:
npx prisma migrate dev
- run the application:
npm run dev
Everything you need to get started, and nothing more.
- next.js, the best React framework there is in terms developer experience
- prisma, modeling, migrating and querying of your database with automatic generation of ts definitions
- next-auth, jwt based authentication using credentials
- tailwind CSS, the most flexible and sensible styling system out there
- redux using redux-toolkit and next-redux-wrapper (let me know if you want this)