Skip to content

SeniorPlace/simple-crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCRM

A small CRM app: leads, opportunities, pipeline stages, custom fields.

Requirements

  • Node.js 20+
  • npm 10+

Install

npm install

Run

npm run dev

That single command starts both processes:

Open http://localhost:5173 in your browser.

Other scripts

From the repo root What it does
npm run build Builds both packages
npm run typecheck Type-checks both packages
npm run lint Lints the client

Layout

code/
  client/   React + Vite frontend
  server/   Express + TypeORM API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors