1sabraman / crm-nextjs

A basic CRM system using nextjs, tailwind, and json server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install dependencies

To run this project you need to install yarn or npm and then run the following commands.

cd crm-nextjs

yarn

or

npm install

Install json-server globaly

npm install -g json-server

or

yarn global add json-server

Start the project

json-server db.json --port 4000

then open a new terminal and run

yarn build & yarn start

or

npm run build & npm start

admin credentials:

Email: admin@admin.com

Password: 1234

About

A basic CRM system using nextjs, tailwind, and json server


Languages

Language:JavaScript 100.0%