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 devYou 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 devNote 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.