Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 661 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 661 Bytes

CRM demo

This is a basic skeleton CRM example, no authentication or back-end will be included.

A Next.js project bootstrapped with create-next-app.

Basic Next.js "Getting Started" instructions for reference

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.