Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 550 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 550 Bytes

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