Skip to content

dancar/winder-crm

 
 

Repository files navigation

Winder CRM Lite

Setup:

  • Install dependencies:
    • npm install
    • cd client && npm install
  • Provide an .env file using the reference .env.example
  • Provide a settings.json file using the reference settings.example.json
  • Compile client source: npm run bclient
  • Init the database: npm run resetdb
  • Run the server: npm start
  • Profit.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.1%
  • CSS 8.6%
  • HTML 2.3%