Skip to content

remult/crm-demo

Repository files navigation

Remult CRM demo

See it working at: https://crm-demo.up.railway.app

What is CRM demo?

CRM demo is a full-stack simple CRM using Remult CRUD framework as a core to demonstrating real app full Backend and Frontend App.

Installation

  1. clone git repository, install node modules:
git clone https://github.com/remult/crm-demo.git
cd crm-demo
npm install
  1. Run crm-demo app:
npm run dev

You can now view crm-demo in the browser:http://localhost:5173

Usage

There are some script commands to start:

you can see scripts in package.json file include: start, build, test, eject and dev

  1. To run the dev server API and Web client:
npm run dev

Note that the development build is not optimized. To create a production build.

  1. To build crm-demo app:
npm run build
  1. To start server
npm run start
  1. Exploring source code dig indead into remult CRUD framework and CRM-demo.

License

CRM-demo is MIT Licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages