Skip to content

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

Notifications You must be signed in to change notification settings

luisccode/crm-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published