See it working at: https://crm-demo.up.railway.app
CRM demo is a full-stack simple CRM using Remult CRUD framework as a core to demonstrating real app full Backend and Frontend App.
- clone git repository, install node modules:
git clone https://github.com/remult/crm-demo.git
cd crm-demo
npm install
- Run crm-demo app:
npm run dev
You can now view crm-demo in the browser:http://localhost:5173
you can see scripts in package.json file include: start, build, test, eject and dev
- 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.
- To build crm-demo app:
npm run build
- To start server
npm run start
- Exploring source code dig indead into remult CRUD framework and CRM-demo.
CRM-demo is MIT Licensed.