/crm-nextjs

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

Primary LanguageJavaScript

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